Advertisement
Sans_Gaming

ALIEN SIMULATOR SCRIPT

Dec 23rd, 2018
5,289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. while true do
  2. wait (0.1)
  3. local Player = game.Players.LocalPlayer
  4. local Mouse = Player:GetMouse()
  5. local MouseCFrame = Mouse.Hit
  6. local MousePosition = MouseCFrame.p
  7. local A_1 = MousePosition
  8. local Event = game:GetService("Workspace").AbyssTale_FurrySans.UFO.Shoot
  9. Event:FireServer(A_1)
  10. print (MousePosition)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement