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

When a player clicks a text button their shirt will change and it will stay like that, please help?

Asked by 6 years ago

So far this is what i got but it doesnt work

wait(1) player = game.Players.LocalPlayer 
button = script.Parent

button.MouseButton1Click:connect(function()
game.Players.Character.Shirt.ShirtTemplate = "rbxassetid://878636506"

end)

i am still stuck on trying to make it so the clothes save when you choose it unless to customize again

1
Switch "game.Players" at line five to "player". DragonOfWar900 397 — 6y
0
wow thx xD Ssj4Gokhan10 14 — 6y

Answer this question