Advertisement
War

Explosion script

War
Jul 5th, 2018
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. while true do
  2. local boom = Instance.new("Explosion")
  3. boom.Parent = game.Workspace
  4. boom.Position = Vector3.new(math.random(-144,56),math.random(234.5,434.5),math.random(101,301))
  5. wait(0.4)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement