Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Controlling Spawning Help?

Asked by
KAAK82 16
10 years ago

I read inGame that people recommend, but it's not it! I tried it and it doesn't stop the Player from Spawning... I wanna know how to stop the Players Spawning!

1 answer

Log in to vote
0
Answered by
Destrings 406 Moderation Voter
10 years ago

You should try to search Roblox Wiki for a bit before submitting a question... Anyway, you must set CharacterAutoLoads property to false.

game.Players.CharacterAutoLoads = false

You must then manually load each character with LoadCharacter

0
dude... that is the actual Script that doesn't work! I always read the Wiki! My Character always Spawns Automatically :p KAAK82 16 — 10y
Ad

Answer this question