Advertisement
NOLI10

{FE} Glitch Game

Nov 4th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. while true do
  2. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
  3. wait()
  4. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
  5. wait()
  6. game.Players.LocalPlayer.Character.Head.Running.PlaybackSpeed = 30
  7. game.Players.LocalPlayer.Character.Head.Running.Volume = 10
  8. game.Workspace.Gravity = 1000
  9. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement