I am trying to change the clothing of a localplayer everytime you click a different button, for example i have my normal outfit when i click a button it changes, another button it changes to a different outfit if you click the same one then it goes back to the outfit you had before, but i wanna find localplayer in workspace? this is what i have so far: script.Parent.MouseButton1Click:connect(function() local player = game.Players.LocalPlayer local humanoid = game.Workspace.player:FindFirstChild(player) humanoid.Shirt.ShirtTemplate = "rbxassetid://260326166" humanoid.Pants.PantsTemplate = "rbxassetid://260326202" end)
Nvm guys i fixed it myself with something i never tried b4 :D im so happy