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

Is it possible to change a character's team using scripts? [closed]

Asked by 9 years ago

Is it possible to change a character's team using scripts? this is not a request

--I have just gotten into the positives today, please do not downvote me because you think this is a request, as it is not a request

Locked by TheMyrco

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
1
Answered by 9 years ago

Yes it is very possible to do that. All you do is just:

local teamcolor = "Really Black" --team's color
local plr = --plr here
plr.TeamColor = BrickColor.new(teamcolor) --change's plr's team
0
thank you!!! yogipanda123 120 — 9y
Ad