im trying to change the texture of a mesh with clicking a TextButton but with no avail with my scripts.
There are no errors in output and i dont know what im doing wrong.
I’m using fe gun kit and im trying to change the texture of some gloves i have in my game with a gui button.
heres my script.
script.Parent.MouseButton1Click:Connect(function()
game.Workspace.Camera.Arms.Gloves.TextureID = "rbxassetid://13353721494"
end)