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

Spawn with clothing help?

Asked by 8 years ago

Hello i want my script to make a player Get clothing if they don't have any on and get them a specific set of clothing how would I do this here is my script. local script in starterpack wait(2) game.ServerStorage.Shirt:Clone().Parent = game.Players.LocalPlayer.Character game.ServerStorage.Pants:Clone().Parent = game.Players.LocalPlayer.Character

1 answer

Log in to vote
0
Answered by 8 years ago

Here, use this: 1.Find the player with Wait for child () 2.Destroy the pants and shirt with :Destroy () 2. Use instance new to create new pants and shirt

Ad

Answer this question