Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(player)
- player.CharacterAdded:Connect(function(character)
- if player.Team == game.Teams.Police then
- character:WaitForChild("Shirt").ShirtTemplate = "rbxassetid://2001615463"
- character:WaitForChild("Pants").PantsTemplate = "rbxassetid://2001615463"
- elseif player.Team == game.Teams.Prisoner then
- character:WaitForChild("Shirt").ShirtTemplate = "rbxassetid://788431454"
- character:WaitForChild("Pants").PantsTemplate = "rbxassetid://1874139937"
- else
- -- Load player's default shirt and pants.
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement