#crosshair doesnt show in game
3 messages · Page 1 of 1 (latest)
maybe try using rbxassetid:// instead of http://www.roblox.com/asset/?id=
this would be :
if MyMouse then
MyMouse.Icon = "rbxassetid://4658385177"
end
UpdateAmmo(script.Parent.ClipSize.Value)
wait(0.06)
UpdateAmmo(script.Parent.ClipSize.Value)
if MyMouse then
MyMouse.Icon = "rbxassetid://4658385177"
end