View difference between Paste ID: xsyDy9JP and xepG1YgA
SHOW: | | - or go back to the newest paste.
1-
--MADE BY OneLegend (NOT THE SCRIPT) Just run it
1+
while true do
2-
2+
wait(1)
3-
3+
4
for i= 1, #p do 
5
if p[i].className == "Part" then 
6
p[i].Velocity = Vector3.new(10000,0,0) 
7
end 
8
end
9
end