Advertisement
FazeWolfyBoy

Float Away

Sep 5th, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local char = player.Character
  3. local rootpart = char.HumanoidRootPart
  4. local humanoid = char.Humanoid
  5. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  6. local force = Instance.new("BodyVelocity",rootpart)
  7. force.Velocity = rootpart.CFrame.lookVector * Vector3.new(50,0,50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement