User:Anaminus/Sample2: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus m More testing |
>Anaminus mNo edit summary |
||
Line 1: | Line 1: | ||
<pre>BEGINSCRIPT | |||
p = Instance.new("Part") | |||
while true do | while true do | ||
wait(1) | wait(1) | ||
p:Clone().Parent = game.Workspace | p:Clone().Parent = game.Workspace | ||
end | |||
ENDSCRIPT</pre> |
Revision as of 08:55, 6 December 2007
BEGINSCRIPT p = Instance.new("Part") while true do wait(1) p:Clone().Parent = game.Workspace end ENDSCRIPT