Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local starterid = script.Value
  2. local waittime = 0.1337
  3.  
  4. while true do
  5. script.Parent.Parent:clone().Parent = workspace
  6. starterid.Value = starterid.Value + 1
  7. script.Parent.Texture = ("http://www.roblox.com/asset?id="..starterid.Value)
  8. wait(waittime)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement