Advertisement
asdasdaaa11

fuck

Jun 6th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. for i=1,10000000 do
  2. f=Instance.new("Explosion",workspace)
  3. f.BlastRadius = 100000000
  4. f.Position = Vector3.new(math.random(-350,350),0,math.random(-350,350))
  5. wait(0.1)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement