so basically i have a script that will change the image of a image label, but for some reason it wont let me change it…
I dont get any Output error massages.
Heres the Image of the path.
local player = script.Parent.Parent.Parent.Parent
local value = player.PlayerValues.Weapon
value:GetPropertyChangedSignal("Value"):Connect(function()
if value.Value == "ClassicSword" then
print("HIUELELE")
script.Parent.Image = 2513701731
end
end)
And this is whats inside the local script.
-also in the script where it says print("HIUELELE")
it will print