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

Way to assign team spawns other than by changing TeamColor?

Asked by 4 years ago

Hello,

I am making a game that has 20 teams that are all white colored. I also want each team to have a personal spawn but this doesn't work when you use the TeamColor attribute since every team is white. I am wondering if there is a way to assign team spawns other than by changing the TeamColor.

Thanks in advance!

1 answer

Log in to vote
0
Answered by
Leamir 3138 Moderation Voter Community Moderator
4 years ago

Yes, it is possible, you can create a script to teleport players once they spawn

As scripting helpers is not a request website, i'll just link you to the devForum:

https://developer.roblox.com/en-us/api-reference/function/Model/MoveTo

https://developer.roblox.com/en-us/api-reference/event/Player/CharacterAdded

Ad

Answer this question