Advertisement
HowToRoblox

MouseInfo

Feb 14th, 2021
2,277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local mouse = game.Players.LocalPlayer:GetMouse()
  2.  
  3.  
  4. game:GetService("RunService").RenderStepped:Connect(function()
  5.    
  6.    
  7.     script.Parent.MouseInfoRE:FireServer(mouse.Hit)
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement