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

How would I create a team spawner?

Asked by 6 years ago

So... uh I need the people in the team to spawn at a spawner. Example: Players in "Red Team" will spawn at the red spawner

0
no requests pIs bossay8 8 — 6y
0
Just go into the properties of a SpawnLocation and change the "TeamColor" User#2146 0 — 6y
0
btw bossay8, It wasn't exactly a "request." IfIWasntSoSwag 98 — 6y

1 answer

Log in to vote
1
Answered by
gitrog 326 Moderation Voter
6 years ago

Simple. SpawnLocations. So, SpawnLocations are a part you insert into the Workspace that players will spawn on top of. To make a team one, insert a SpawnLocation, uncheck the Neutral value if it is checked, then set the TeamColor to the Red Team's color.

Now, SpawnLocations can look ugly, so if you want to remove the texture on them, delete the Decal that is the child of the SpawnLocation. You can also make it invisible by setting the Transparency of the SpawnLocation to 1.

0
I would like to add that it's best to turn CanCollide off or else when you spawn you'll be floating 1 stud for no reason. SchonATL 15 — 6y
Ad

Answer this question