Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = Instance.new("HopperBin")
- a.BinType = 1
- a.Parent = game.Players.LocalPlayer.Backpack
- a = Instance.new("HopperBin")
- a.BinType = 4
- a.Parent = game.Players.LocalPlayer.Backpack
- a = Instance.new("HopperBin")
- a.BinType = 3
- a.Parent = game.Players.LocalPlayer.Backpack
- local plr = game:GetService"Players".LocalPlayer
- game:GetService("UserInputService").JumpRequest:connect(function()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement