Advertisement
l3uz

Roblox No Cursor script (lua)

Mar 16th, 2019
1,606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. -- no mouse in roblox
  2. -- by l3uz
  3.  
  4. local UserInputService = game:GetService("UserInputService")
  5. UserInputService.MouseIconEnabled = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement