Advertisement
DigitalZer3

Untitled

Oct 5th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local p = Instance.new("Part", workspace)
  2. p.Anchored = true
  3. p.CanCollide = false
  4.  
  5. pl = Instance.new("PointLight", p)
  6. pl.Range = 10
  7.  
  8. for i=1,360 do
  9. local tp = game.Workspace.DigitalZer3.Torso
  10.  
  11. wait(0.5)
  12.  
  13. p.CFrame = tp.CFrame*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,4)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement