Advertisement
4zx16

Jump Power Pad

Jun 30th, 2022 (edited)
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | Source Code | 0 0
  1. --[[
  2.  || πŸ“œ AUTHOR: @4zx16 || Jump Power Pad
  3. ]]
  4. local function Jump_Power(hit)
  5.     local player = game.Players:GetPlayerFromCharacter(hit.Parent)
  6.    
  7.     if player ~= nil then
  8.         player.Character.Humanoid.JumpHeight = 200
  9.     end
  10. end
  11. script.Parent.Touched:Connect(Jump_Power)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement