How to make Rope Swing but without player rotation?
Like this:
Your question isn’t clear - do you already know how to make a rope swing, and want to know how to prevent your player from rotating? Or do you want to know how to make a rope swing and stop player from rotating (i.e. both things?)
To make a rope swing, look at this ball and rope example.
If you want to stop rotation, it can be achieved in one of two ways, depending on what causes your character to rotate.
- physics, then set the fixed rotation (see the physics documentation in the wiki)
- player angle set in the events, then just set the player.Angle = 0
That rope isnt in game I aded it in MS Paint.