Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local part = script.Parent
- local force = 100
- while true do
- part.Velocity = Vector3.new(math.random(-10, 10),
- force,
- math.random(-10, 10)
- )
- task.wait(2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement