This probably is not the right place to put this, but when I equip my gun, what should happen is that the mouse disappears. That does happen, but it is instead replaced with a square of 4 lines. I cant get a screenshot even with Roblox screenshot because the bars disappear. I have no idea what does this as my script says the MouseIconEnabled = False when it is equipped. All I can hope for is someone else can see this while playing the game. Muffin Maker - Roblox
Does it replace the mouse cursor texture with any sort of image? Check your script for whether it does.
No, That’s nowhere to be found. I am trying to recreate that by turning off the main gun script and working backwards by what makes it. Unfortunatly since this issue does not appear in Roblox Studio, only in the Player, I am having a hard time making quick updates as the game still functions with the script on even though I have saved it with it off on the studio.
Found It
it’s this
Gun_Ignore = game.ReplicatedStorage.GunIgnorer:InvokeServer(Ignore_Model)
M_Icon.Icon = "rbxasset://textures\\Blank.png" --
Gui_Clone = Main_Gui:Clone()
Gui_Clone.Parent = Player.PlayerGui
I have no Idea what M_Icon is, its an instance with no parent, and its not being passed to the function.
I will remove it now
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.