Advertisement
1x11337

The Scary Mansion Script Pack

Sep 30th, 2018
1,391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. a         = Instance.new("HopperBin")
  2. a.BinType = 1
  3. a.Parent  = game.Players.LocalPlayer.Backpack
  4.  
  5. a         = Instance.new("HopperBin")
  6. a.BinType = 4
  7. a.Parent  = game.Players.LocalPlayer.Backpack
  8.  
  9. a         = Instance.new("HopperBin")
  10. a.BinType = 3
  11. a.Parent  = game.Players.LocalPlayer.Backpack
  12.  
  13.     local plr = game:GetService"Players".LocalPlayer
  14. game:GetService("UserInputService").JumpRequest:connect(function()
  15. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement