RegoneSpin


SUBMITTED BY: Guest

DATE: May 21, 2024, 6:57 a.m.

FORMAT: Lua

SIZE: 551 Bytes

HITS: 316

  1. power = 700 -- change this to make it more or less powerful
  2. --makes so shifty lock
  3. game:GetService("Players").LocalPlayer.Character.Humanoid.AutoRotate = false
  4. --main
  5. game:GetService('RunService').Stepped:connect(function()
  6. game.Players.LocalPlayer.Character.Torso.CanCollide = true
  7. end)
  8. wait(.1)
  9. local bambam = Instance.new("BodyThrust")
  10. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  11. bambam.Force = Vector3.new(power,0,power)
  12. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position

comments powered by Disqus