Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[fling on touch was made by @NewPlayeRaltII(Team NewPlayer II)]--
- local player = game.Players.LocalPlayer
- local name = player.Name
- local character = Workspace:FindFirstChild(name)
- local hrp1 = character.HumanoidRootPart
- hrp1.Parent.Torso.Position = hrp1.Position + Vector3.new(0,5,0)
- hrp1.Touched:Connect(function(touch)
- local hrp2 = touch.Parent:FindFirstChild("HumanoidRootPart")
- hrp2.RotVelocity = Vector3.new (999999999,999999999,999999999)
- hrp2.Velocity = Vector3.new (999999999,999999999,999999999)
- hrp2.Orientation = Vector3.new (0,0,0)
- hrp2.Transparency = 0
- end)
Advertisement
Add Comment
Please, Sign In to add comment