Advertisement
Treyzotic

orb

Sep 21st, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. i = Instance.new("Part", game.Workspace)
  3. i.Shape = "Ball"
  4. i.Size = Vector3.new(2, 2, 2)
  5. sb = Instance.new("SelectionBox", i)
  6. sb.Adornee = game.Workspace.Part
  7. Part = game.Workspace.Part
  8. --m = Instance.new("Model", game.Workspace)
  9. --[[for i=1, 30 do
  10. i = Instance.new("Part", game.Workspace.Model)
  11. i.Shape = "Ball"
  12. i.Size = Vector3.new(2, 2, 2)
  13. wait(.01)
  14. end]]
  15. wait(.1)
  16. --parts = game.Workspace.Model:GetChildren()
  17. --for i, v in pairs(parts)do
  18. while true do
  19. for z =1, math.huge do
  20. Part.CFrame = plr.Character.Torso.CFrame *CFrame.fromEulerAnglesXYZ(0, math.rad(z), 0) *CFrame.new(0, 0, -7)
  21. wait(.05)
  22. end
  23. --[[for i=82, 1, -1 do
  24. Part.CFrame = plr.Character.Torso.CFrame *CFrame.fromEulerAnglesXYZ(0, math.rad(i), 0) *CFrame.new(0, 0, -7)
  25. wait(.01)
  26. end]]
  27. --end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement