Can somebody help me with a code that can move a part around a right angle non stop? I am new here and I can just move it till the end of the right angle. thank you!
Try this:
1 | while wait() do |
2 | part.CFrame * = CFrame.Angles(math.rad( 90 ), 0 , 0 ) |
3 | end |
This is just an example, it's probably not what you're trying to do.