of     1   

L2DChance
#95163257Wednesday, April 17, 2013 10:38 PM GMT

I noticed while moving the camera using Right Click makes the cursor invisible I find thing extremely uncomfortable,Anyway to disable?
pwnedu46
#95193088Thursday, April 18, 2013 3:16 AM GMT

You can, but only in your place. Put this in a LocalScript in game.StarterGui (Note: I haven't tested this) local mouse = game.Players.LocalPlayer:GetMouse() mouse.Button2Down:connect(function() mouse.Icon = "rbxasset://textures\\ArrowCursor.png" end)
L2DChance
#95251279Thursday, April 18, 2013 11:49 PM GMT

Doesn't Work
Prehistoricman
#95301924Friday, April 19, 2013 4:30 PM GMT

pwnedu, he's talking about in studio (I guess). There isn't a workaround, only one Roblox can do.

    of     1