I need a script to respawn in 15 second.
* I Only need script that respawn! don't give me death counter or any other gamemodes!*
I'm trying to make objective map that end a game with script. so its not death match.
and I need to move respawn point later so make it able to spawn on player spawn point pls.
I tried to find on forum but they were all outdated
This forum is locked and will eventually go offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk
Forum rules
Forum rules
need a script to respawn
Forum rules
By using the forum you agree to the following rules.
By using the forum you agree to the following rules.
- JakSparro98
- Superfighter

- Posts: 530
- Joined: Fri Jul 15, 2016 7:56 pm
- Started SFD: PreAlpha 1.0.5
- Location: Rome, Italy
- Gender:
- Age: 27
Here's to you:The_JOKER wrote: ↑Mon Aug 14, 2017 8:52 amI need a script to respawn in 15 second.
* I Only need script that respawn! don't give me death counter or any other gamemodes!*
I'm trying to make objective map that end a game with script. so its not death match.
and I need to move respawn point later so make it able to spawn on player spawn point pls.
I tried to find on forum but they were all outdated
Download Template
This will respawn only players, not bots.
You can easily move the spawn point just executing a ScriptTrigger with SetSpawnPoint as method, you will get the spawn point in the same position of the trigger.
Note that if the ScriptTrigger will be dynamic the spawn point will be set In the location where it is located when the trigger is activated.
Last edited by JakSparro98 on Tue Aug 15, 2017 3:21 pm, edited 1 time in total.
0 x
- The_JOKER
- Fighter

- Posts: 38
- Joined: Mon Jul 18, 2016 2:35 am
- Title: I'm Korean JOKER :)
- SFD Account: JOKER_Korea
- SFD Alias: JOKER
- Started SFD: April 2016
- Location: South Korea
- Gender:
- Age: 25
- Contact:
looks good,JakSparro98 wrote: ↑Mon Aug 14, 2017 10:23 pmThis will respawn only players, not bots.
You can easily move the spawn point just executing a ScriptTrigger with SetSpawnPoint as method, you will get the spawn point in the same position of the trigger.
Note that if the ScriptTrigger will be dynamic the spawn point will be set In the location where it is located when the trigger is activated.
can u separate team1 and team2 spawn point?
0 x
- JakSparro98
- Superfighter

- Posts: 530
- Joined: Fri Jul 15, 2016 7:56 pm
- Started SFD: PreAlpha 1.0.5
- Location: Rome, Italy
- Gender:
- Age: 27
Updated the download above with team 1 and team 2 different spaw npoint, now you have to also add an ID to the ScriptTrigger (Team1SpawnPoint or Team2SpawnPoint) to set spawn point for team 1 or team 2.
0 x
- The_JOKER
- Fighter

- Posts: 38
- Joined: Mon Jul 18, 2016 2:35 am
- Title: I'm Korean JOKER :)
- SFD Account: JOKER_Korea
- SFD Alias: JOKER
- Started SFD: April 2016
- Location: South Korea
- Gender:
- Age: 25
- Contact:
Looks like working great! Thank you for the help!JakSparro98 wrote: ↑Tue Aug 15, 2017 3:13 pmUpdated the download above with team 1 and team 2 different spaw npoint, now you have to also add an ID to the ScriptTrigger (Team1SpawnPoint or Team2SpawnPoint) to set spawn point for team 1 or team 2.
0 x