I made a script that changes the face of a morph by changing the decal, But it won’t work. What did I do wrong?
player = script.Parent.Parent.Parent.Parent.Parent.Parent.Character
function One()
player.Chest.Face.Decal.Texture = “http://www.roblox.com/asset/?id=8803868369 ”
end
function onClicked()
One()
end
script.Parent.MouseButton1Click:connect(onClicked)
Nope, It’s a serversided fyi, I’ll try the other two solutions tho first
I have discovered the problem, it’s because it’s in a scrolling frame. I don’t know why this happens, but when its outside of it it works perfectly fine.
1 Like
Works, just needed to add a singular parent to the players to find the character properly.
system
(system)
Closed
March 29, 2025, 10:25am
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.