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
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