Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My decal changing script is not working any help with this issue I am havin?

Asked by 4 years ago
Edited 4 years ago

So I have this script that is supposed to change decals depending on a value, any help? I have no idea why this wouldn't work but it doesn't. If you could help me it would help.

script.Parent.Equipped:Connect(function()
if script.Parent.MoneyValue.Value == 1 then
script.Parent.Handle.Decal1.Texture = "http://www.roblox.com/asset/?id=7994761"
script.Parent.Handle.Decal.Texture = "http://www.roblox.com/asset/?id=7994777"
elseif script.Parent.MoneyValue.Value == 2 then
script.Parent.Handle.Decal1.Texture = "http://www.roblox.com/asset/?id=12424991"
script.Parent.Handle.Decal.Texture = "http://www.roblox.com/asset/?id=12425000"
end
end)
0
what I'm i looking at here? Staven2u 2 — 4y
0
Script. Pooglies 7 — 4y
0
I think that the Decal changes so quickly that you can't see the image. Try putting wait() between image changes. User#27525 1 — 4y

Answer this question