Advertisement
firelegodog

Roblox FE Fake Lag

Mar 15th, 2021
7,110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while true do
  2. game.Players.LocalPlayer.Character.Torso.Anchored = true
  3. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  4. wait(0.1)
  5. game.Players.LocalPlayer.Character.Torso.Anchored = false
  6. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  7. wait(0.1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement