Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Part = instance.new("Part",game.Workspace)
- Part.Anchored = true
- Part.Position = game.Workspace.MrRobloxTutorialsGo.Torso.Posision
- Part.BrickColor = BrickColor.new("Really black")
- Part.touched:Connect(function(plr)
- if plr.Parent:FindFirstChild("Humanoid") then
- plr.Parent.Humanoid.JumpPower = 250
- plr.Parent.Humanoid.Jump = true
- wait(0.5)
- plr.Parent.Humanoid.JumpPower = 50
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment