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

How would I add a respawn function to this?

Asked by 5 years ago

How would I add a respawn function once the player is teamed?

function onPlayerEntered(plyr)

if plyr:IsInGroup(4818698) then

plyr.TeamColor = BrickColor.new("Medium stone grey")

end

end



game.Players.PlayerAdded:connect(onPlayerEntered)
0
Solved it. KonstantinKovacs 5 — 5y

Answer this question