Guest User

UFO script

a guest
Feb 12th, 2022
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. game:GetService("Players").LocalPlayer.MaximumSimulationRadius = 1000
  2. sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", 1000)
  3.  
  4. loadstring(game:HttpGet(('https://pastebin.com/raw/Cu7bKQWN'),true))()
  5. wait()
  6. local heha = Instance.new("Part", game.workspace)
  7. heha.Anchored = true
  8. heha.CanCollide = true
  9. heha.Name = 'brwow'
  10. heha.Transparency = 1
  11. heha.Position = Vector3.new(0, -90, 0)
  12. heha.Size = Vector3.new(5000, 1, 5000)
  13. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(0, -90, 0))
  14. wait(1)
  15.  
  16. game.Players.LocalPlayer.Character.UFO.Handle.AccessoryWeld:Remove() ---you can change the hat, just go to dex and find the hat you want and copy and paste the name
  17. local voom = Instance.new("BodyPosition")
  18. voom.MaxForce = Vector3.new(9e9,9e9,9e9)
  19. voom.P = 125000
  20. voom.D = 1500
  21. voom.Parent = game.Players.LocalPlayer.Character.UFO.Handle ---you can change the hat, just go to dex and find the hat you want and copy and paste the name
  22.  
  23. workspace.Camera.CameraSubject = game.Players["Kocanium"].Character.UFO.Handle ---you can change the hat, just go to dex and find the hat you want and copy and paste the name
  24.  
  25. spawn(function()
  26. while wait() do
  27. voom.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 87, 0)
  28. end
  29. end)
  30.  
  31. ---credits to Kocanium and ches (who cleaned up the script and added the camera to the UFO)
Advertisement
Add Comment
Please, Sign In to add comment