Now I’m going to make a multiplayer game. We have an energy sphere. 2 or 4 people need to hold it at the same time and pass the tracks. So how will 2 or 4 people hold this sphere?
Hello!
You can achieve this in different ways.
You can use R.E.P.O for example where you have some energy rays to hold a sphere.
If you don’t have two players moving that object it will be hard.
The other options is doing it by proximity.
You need to be sure all the players are near interacting with the same object.
If someone move to far the sphere falls.