Advertisement
liquidblade

Small brick spawm

Feb 24th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for i=1,5 do
  2. p = Instance.new("Part", workspace)
  3. p.Anchored = true
  4. p.Size = Vector3.new(1,0,1)
  5. ypcall(function()
  6. while wait() do
  7. p.CFrame = game.Workspace.TESTER.Torso.CFrame * CFrame.new(i*4,0,0)
  8. end
  9. end)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement