Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- workspace.Model.PrimaryPart = workspace.Model.prim
- while true do
- for i = 1, 50 do
- wait()
- workspace.Model:SetPrimaryPartCFrame(CFrame.new(workspace.Model.PrimaryPart.Position +Vector3.new(1,0,0)))
- end
- for i = 1, 50 do
- wait()
- workspace.Model:SetPrimaryPartCFrame(CFrame.new(workspace.Model.PrimaryPart.Position +Vector3.new(-1,0,0)))
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement