#scripting help
1 messages · Page 1 of 1 (latest)
is this local or server?
I'm pretty sure changing clothing only works on server side
Shirt is a child of character not player
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local shirt = character:FindFirstChildOfClass("Shirt")
script.Parent.mouseclick:connect(func()
shirt.ShirtTemplate = "smth"
end)
example script
local
like this?