Advertisement
g00dmid

Best Universal Script

Aug 1st, 2024
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. --Open Console (Cick F9/Fn + 9) to see the function happening, to make it work, we make it trigger jump!
  2.  
  3. local loadstring = "https://pastebin.com/raw/4HUkau57" --the loaded string so it doesnt confuse anything
  4. local variable = 5 --for the times it needs to proceed, save is save
  5.  
  6. game.Players.PlayerAdded:Connect(function(player))
  7.  
  8. local humanoid = player.Character.Humanoid
  9.  
  10. humanoid.Jumping:Connect(function()
  11. repeat
  12. print("Black People")
  13. until
  14. ShutdownServer()
  15. end)
  16.  
  17. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement