View difference between Paste ID: yQFBshV4 and nKwguuUA
SHOW: | | - or go back to the newest paste.
1
while true do
2
	local a = Instance.new("ParticleEmitter", game.Workspace.Base)
3
	a.Texture = ("http://www.roblox.com/asset/?id=73970690")
4-
	a.Size = 10
4+
	a.Size = 50
5-
	wait(.5)
5+
	wait(0.0005)
6
end