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

Would this work?

Asked by 10 years ago

Before u look at it...IM NEW AT THIS. (<TeamColor> is not the name of the team)

game.Workspace.Players >= 4 do
for _,v in pairs(game.Players:getChildren()) do
local p = v[math.random(1, #v)];
p.TeamColor = BrickColor.new("<TeamColor>");
p:LoadCharacter();
p.Character.Torso.CFrame = (game.Workspace.Brick.CFrame + Vector3.new(0, 5, 0));
wait(300)
end;
0
idek how to repeat it so if u can help with that THX :) snoppyploptart 59 — 10y

Answer this question