Advertisement
InfectionBlank

Untitled

May 27th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local brick = Instance.new("Part")
  2.  
  3. while true do
  4. local b = brick:clone()
  5. b.Parent = game.Workspace
  6. if game.Workspace.KaraMura ~= nil then
  7. local mainpos = game.Workspace.ArticunoX.Head.Position
  8. b.Position = Vector3.new(mainpos.x, mainpos.y +3, mainpos.z)
  9. wait(1)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement