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

Why my MouseChanger gui wont load every decal?!?

Asked by 6 years ago

I made a mousechanger gui with input = the code and i put some codes and it says the error : Image "https://assetgame.roblox.com/asset/?id=120371246" failed to load in "Mouse Cursor": Request failed why is this happening?!? if theres no way to fix it then how to make errors into a textlabel!?! It seems like it only accepts the smaller decals


local mouse = game.Players.LocalPlayer:GetMouse() local Format = "http://www.roblox.com/asset/?id=##ID##" local frame = script.Parent frame:WaitForChild("Play").MouseButton1Click:connect(function() local input = tonumber(frame:WaitForChild("Input").Text) if input then mouse.Icon = Format:gsub("##ID##", tostring(input)) end end) frame:WaitForChild("Stop").MouseButton1Click:connect(function() mouse.Icon = "Regular Asset ID" end)
0
Are you using a Decal item or an Image item? Thundermaker300 554 — 6y
0
idk im using mouse cursor you can justp ut one decal in it and it willl be it but not every decal Lolamtic 63 — 6y

Answer this question