Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=145009130"
- s.Volume = math.huge
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- s:play()
- wait(5)
- for _,v in pairs(game.Players:GetChildren()) do
- local Force1 local Force2 repeat Force1 = math.random(-92999,92999)
- until math.abs(Force1) >= 5555
- repeat Force2 = math.random(-92999,92999)
- until math.abs(Force2) >= 5555
- v.Character.Humanoid.PlatformStand = true v.Character.Torso.Velocity = Vector3.new(0,0,0)
- local Fling = Instance.new('BodyForce', v.Character.Torso)
- Fling.Name = 'Flung'
- Fling.force = Vector3.new(Force1*4,9999*5,Force2*4)
- end
Add Comment
Please, Sign In to add comment