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

How to make a Team Only StarterCharacter?

Asked by 6 years ago

I am trying to make a war game and obviously both sides have different uniforms but I can't figure out how to make it so players on one team spawn as a certain StarterCharacter while the other team has a different StarterCharacter I have both my StarterCharacters just don't know how to set it up please help me.

1 answer

Log in to vote
0
Answered by 6 years ago

this is not a request site, so i'll provide the basic constructor.

if player.Team == game:GetService("Teams").TEAM_NAME_HERE then
    -- Do code.
end
0
I don't think he was requesting anything, other than help. TheRings0fSaturn 28 — 6y
0
Ok thanks for that I am very new to scripting and am glad to take something even as simple as that base script you have given me to attempt to figure this out nintendo1419 0 — 6y
Ad

Answer this question