Script Exchange:VIP Spawn

From Roblox User Wiki

Jump to: navigation, search

I made this script so I can automatically go to a certain spawn when I enter the game, It needs a little cleaning up.

[edit] Script:


function onPlayerEntered(newPlayer)
if newPlayer.Name == "username" or "username" then
newPlayer.TeamColor = BrickColor.new(21) -- Change 21 to team color (Red)
end
end
game.Players.ChildAdded:connect(onPlayerEntered)

Personal tools