Advertisement
HowToRoblox

EnableMouseMove

Apr 30th, 2020
11,431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local plrGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2.  
  3.  
  4. local screenGui = Instance.new("ScreenGui", plrGui)
  5.  
  6. local txtButton = Instance.new("TextButton")
  7. txtButton.BackgroundTransparency = 1
  8. txtButton.Size = UDim2.new(0, 0, 0, 0)
  9.  
  10. txtButton.Modal = true
  11.  
  12. txtButton.Parent = screenGui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement