this is a test, but it wont work. in the script (this is not all of it) its soppose to throw a brick, and then put smoke in it like a flare but it wont add the smoke!
s=Instance.new("Smoke")
s.Color=Color3.new(0, 128, 0)
s.Opacity=0.8
s.RiseVelocity=10
s.Size=10
missile.Parent = game.Workspace
s.Parent=missle
wait(30)
missle:remove() |