sexyball
|
  |
| Joined: 30 Jun 2013 |
| Total Posts: 56 |
|
|
| 13 Dec 2015 05:14 AM |
Why do I have to wait five full seconds to respawn after I die? Do you know how agonizingly long that is? At least reduce it to three seconds, or give us an option to respawn instantly.
Most videogames have this option. No harm done and it'll save people's time.
Comment away. |
|
|
| Report Abuse |
|
|
rachet423
|
  |
| Joined: 18 Jan 2013 |
| Total Posts: 3569 |
|
|
| 13 Dec 2015 05:21 AM |
and i thought i had a weird username...
-plebians rulez- |
|
|
| Report Abuse |
|
|
|
| 13 Dec 2015 05:37 AM |
I hope you are trolling. You do know that it does take some time to fully recreate the decals of your clothes, your body, and statistics? Roblox can't beat other famous games such as lack Ops I because they have a better system, but still...5 seconds? You wish to die because it takes 5 seconds to respawn?
Jesus don't people have better topics? |
|
|
| Report Abuse |
|
|
rachet423
|
  |
| Joined: 18 Jan 2013 |
| Total Posts: 3569 |
|
|
| 13 Dec 2015 06:16 AM |
lol five second respawn is "agonizingly long"
-plebians rulez- |
|
|
| Report Abuse |
|
|
EdgyGirl
|
  |
| Joined: 05 Sep 2014 |
| Total Posts: 69 |
|
| |
|
cyntred92
|
  |
| Joined: 30 Jul 2013 |
| Total Posts: 65 |
|
|
| 13 Dec 2015 07:38 AM |
| The developer of the game can fix that issue if they want, played an obby where it was instant respawn |
|
|
| Report Abuse |
|
|
|
| 13 Dec 2015 08:16 AM |
| I'm laughing at this guy's username right now. |
|
|
| Report Abuse |
|
|
Vexarch
|
  |
| Joined: 24 May 2009 |
| Total Posts: 7191 |
|
|
| 13 Dec 2015 08:51 AM |
It's possible to instead use a script to teleport characters back to spawn before they die. Easy to create in obbies, not so much in fighting games.
Either way I don't think 5 seconds is exactly a long time. |
|
|
| Report Abuse |
|
|
LuckyTux
|
  |
| Joined: 10 Jun 2014 |
| Total Posts: 3027 |
|
|
| 13 Dec 2015 08:52 AM |
If you want this, insert the script into your game.
Honestly..
❖|| LuckyTux || August 3rd, 2012 || CEO of Tux Studios || Scripter || Builder||❖ |
|
|
| Report Abuse |
|
|
hkep
|
  |
| Joined: 19 Jul 2014 |
| Total Posts: 550 |
|
|
| 13 Dec 2015 10:13 AM |
You can create a script to teleport characters back to spawn before they die. And I do support the five seconds being shortened. It is very frustrating.
I would write some code here but this isn't the scripters forum. So I'll explain.
In theory, you have to use the events Humanoid.FreeFalling and Humanoid.Running.
|
|
|
| Report Abuse |
|
|
|
| 13 Dec 2015 10:24 AM |
heres a script for it
game:service'Players'.PlayerAdded:connect(function(s) s.CharacterAdded:connect(function(this) coroutine.resume(coroutine.create(function() this.Humanoid.Died:wait() s:LoadCharacter() end)) end) end)
put that in a script in workspace and congratulations you have instant respawn |
|
|
| Report Abuse |
|
|
| |
|
| |
|
hkep
|
  |
| Joined: 19 Jul 2014 |
| Total Posts: 550 |
|
|
| 13 Dec 2015 10:07 PM |
@jumpykilldestroy That code has a glitch in it. It will repsawn you instantly, then 5 seconds later it will respawn you again. If you wanted to respawn someone instantly, it is actually a little bit harder than you think, because you have to create a new gui button, make some sort of system to tell the server to respawn this character. Because you can only call Player:LoadCharacter() from the server side. |
|
|
| Report Abuse |
|
|
hkep
|
  |
| Joined: 19 Jul 2014 |
| Total Posts: 550 |
|
|
| 13 Dec 2015 10:08 PM |
| @jumpykilldestroy your coroutine is redundant |
|
|
| Report Abuse |
|
|
|
| 13 Dec 2015 10:47 PM |
No, you don't. You just need to turn off character auto loading. There is LITERALLY a script for this on the wiki.
Here:
http://wiki.roblox.com/index.php?title=API:Class/Players/CharacterAutoLoads |
|
|
| Report Abuse |
|
|
|
| 13 Dec 2015 11:08 PM |
I would love faster respawning. Support
.w. |
|
|
| Report Abuse |
|
|
|
| 13 Dec 2015 11:10 PM |
| If you had any extensive ROBLOX knowledge at all, you would know that there is a fairly simple way to set the respawn time to anything you want, even 0. |
|
|
| Report Abuse |
|
|
|
| 25 Dec 2015 03:05 AM |
| I know what you can do. You cab be in the 'worst spellers' competition. |
|
|
| Report Abuse |
|
|
|
| 25 Dec 2015 03:06 AM |
| I can be in that competition too since I suck at spelling. |
|
|
| Report Abuse |
|
|
|
| 25 Dec 2015 08:15 PM |
@op I find your response methods greatly disturbing, displeasing and absolutely unescessary. Your behavior is rude and unfit for ROBLOX, and you could easily have your account deactivated if you do nit keEp your words in check. As it was once said, vulgarity is no substitute for wit.
-ChipioIndustries |
|
|
| Report Abuse |
|
|