Help! It wont work!
#1
Sad 
while true do
wait(1)
e = create("Explosion")
e.Parent = game.World
e.Position = game.World.CircleMan.Position
end
I'm an admin for the Wiki.
I own the most visited game in Buildism. Smile
[Image: epic1.png]
Reply
#2
Use sleep() instead of wait(), also you have to set the explosion's position before you add it to the world.

while true do sleep(1) e = create("Explosion") e.Position = game.World.CircleMan.Position e.Parent = game.World end
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)