Advertisement
cat568

Untitled

May 2nd, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. local a = Instance.new("Part",workspace)
  2. a.Size = Vector3.new(10,1,10)
  3.  
  4.  
  5. a.Anchored = true
  6. local b = Instance.new("Part",workspace)
  7. b.Size = Vector3.new(10,1,10)
  8.  
  9. b.Anchored = true
  10. local c = Instance.new("Part",workspace)
  11. c.Size = Vector3.new(10,1,10)
  12.  
  13. c.Anchored = true
  14. local d = Instance.new("Part",workspace)
  15. d.Size = Vector3.new(10,1,10)
  16.  
  17. d.Anchored = true
  18. local e = Instance.new("Part",workspace)
  19. e.Size = Vector3.new(10,1,10)
  20.  
  21. e.Anchored = true
  22. local scre = 1
  23. while true do
  24. if scre == 5 then
  25. e.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
  26. scre = 1
  27. end
  28. if scre == 4 then
  29. d.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
  30. scre = 5
  31. end
  32. if scre == 3 then
  33. c.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
  34. scre = 4
  35. end
  36. if scre == 2 then
  37. b.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
  38. scre = 3
  39. end
  40. if scre == 1 then
  41. a.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
  42. scre = 2
  43. end
  44. wait()
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement