SHOW:
|
|
- or go back to the newest paste.
1 | - | -- This was already leaked. I just wanted to put this out there further btw the one on pastebin that is leaked is broken soooooo.. Yeah |
1 | + | --MADE BY OneLegend (NOT THE SCRIPT) Just run it |
2 | ||
3 | - | local RunService = game:service'RunService' |
3 | + | |
4 | - | local Camera = Workspace.CurrentCamera or nil |
4 | + | p= game.Workspace:GetChildren() |
5 | - | local Lighting = game.Lighting |
5 | + | for i= 1, #p do |
6 | - | local Version = "XV415" |
6 | + | if p[i].className == "Part" then |
7 | p[i].Velocity = Vector3.new(10000,0,0) | |
8 | - | local Player = game.Players.LocalPlayer or game.Players.runtoheven |
8 | + | end |
9 | - | local UserInterface = game:service'UserInputService' |
9 | + |