|
| 26 Jul 2016 02:40 PM |
i have my place on filtering enabled so as to stop most exploiters i have an intro gui that you have to click to select a team i have already converted everything to localscript, the only thing that doesnt happen is the respawning to the team is there a way i can reload character, kill them, or perhaps even teleport them to the spawn location in a localscript?
https://www.roblox.com/CrimsonForce-item?id=254752952 |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Jul 2016 02:55 PM |
so theres nothing i can do they spawn on a choosing team away from the map, then click their team and it changes their team but i cant respawn or anything?
https://www.roblox.com/CrimsonForce-item?id=254752952 |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 02:57 PM |
You can respawn local player, but that's about it.
( ͡• ◡ ͡•) -=[ RAP: 361,327 || DurstAuric; the narb of ROBLOX ]=- ( ͡• ◡ ͡•) |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 02:57 PM |
remote event to loadchracter in server script ?
im a mlg |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 02:58 PM |
Or that. ^
( ͡• ◡ ͡•) -=[ RAP: 361,327 || DurstAuric; the narb of ROBLOX ]=- ( ͡• ◡ ͡•) |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 02:59 PM |
how would i do that the gui is copied to the players playergui then once they select a team it chooses their team and removes itself then what lines of code do i need?
https://www.roblox.com/CrimsonForce-item?id=254752952 |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:04 PM |
All you need to do is respawn the local player in your case.
( ͡• ◡ ͡•) -=[ RAP: 361,672 || DurstAuric; the narb of ROBLOX ]=- ( ͡• ◡ ͡•) |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:04 PM |
i think ive tried that but i'll try it again
https://www.roblox.com/CrimsonForce-item?id=254752952 |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:04 PM |
If you're not going to go about it properly, such as handling things like respawning people on the server, then FE is kind of pointless.
|
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:05 PM |
Oh, this is just for the LocalPlayer. I'm okay with that.
|
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:10 PM |
LoadCharacter can only be called by BackendServer doesn't work
https://www.roblox.com/CrimsonForce-item?id=254752952 |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:11 PM |
local player = game.Players.LocalPlayer player:LoadCharacter()
https://www.roblox.com/CrimsonForce-item?id=254752952 |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:13 PM |
Then you'll need a client-server communication. Handled in a local script, called in a script. Use a RemoteEvent.
( ͡• ◡ ͡•) -=[ RAP: 361,675 || DurstAuric; the narb of ROBLOX ]=- ( ͡• ◡ ͡•) |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:16 PM |
is there a way to do that easily
the gui is called Teams within it are 3 localscripts, Camera, Fixed, and Reload(reload is where im trying to loadcharacter) and 1 frame that has various textboxes and imagelabels inside
https://www.roblox.com/CrimsonForce-item?id=254752952 |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:27 PM |
b
https://www.roblox.com/CrimsonForce-item?id=254752952 |
|
|
| Report Abuse |
|
|
|
| 26 Jul 2016 03:49 PM |
http://wiki.roblox.com/index.php?title=RemoteFunction_and_RemoteEvent_Tutorial
[ VEGA - Open World Space Game - https://www.roblox.com/games/375843829/Vega-Pre-Alpha ] |
|
|
| Report Abuse |
|
|