TEXT 305
Broken Bones 5 Script By venuslock on 17th December 2022 02:52:06 PM
  1. --smash in the wall
  2. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(600,70)
  3.  
  4.  
  5. --press z while in the air
  6. getgenv().zaza = game.Workspace.Gravity
  7. getgenv().Mouse = game.Players.LocalPlayer:GetMouse()
  8. getgenv().ziga = true
  9. Mouse.KeyDown:connect(function(key)
  10. if key == "z" then
  11. if ziga == true then
  12. getgenv().ziga = false
  13. game.Workspace.Gravity = 1000
  14. else
  15.    getgenv().ziga = true
  16.   game.Workspace.Gravity = zaza
  17. end
  18. end
  19. end)

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.