Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local a = Instance.new("Part",workspace)
- a.Size = Vector3.new(10,1,10)
- a.Anchored = true
- local b = Instance.new("Part",workspace)
- b.Size = Vector3.new(10,1,10)
- b.Anchored = true
- local c = Instance.new("Part",workspace)
- c.Size = Vector3.new(10,1,10)
- c.Anchored = true
- local d = Instance.new("Part",workspace)
- d.Size = Vector3.new(10,1,10)
- d.Anchored = true
- local e = Instance.new("Part",workspace)
- e.Size = Vector3.new(10,1,10)
- e.Anchored = true
- local scre = 1
- while true do
- if scre == 5 then
- e.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
- scre = 1
- end
- if scre == 4 then
- d.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
- scre = 5
- end
- if scre == 3 then
- c.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
- scre = 4
- end
- if scre == 2 then
- b.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
- scre = 3
- end
- if scre == 1 then
- a.Position = workspace.Tabby_Cxt.Torso.Position - Vector3.new (0,3.5,0)
- scre = 2
- end
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement