Can't change texture when clicking gui button

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)
1 Like

Fixed by my friend and i it was just that there was a surface apearance inside of it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.