How would I detect what platform the player is on?

Im making a game where there are 6 players on 6 platforms, a question will pop up and you have to answer it, when you answer correctly, your platform will raise to avoid the water below. Thats the idea basically and I have just started, I managed to get the seperating players to 6 platforms working

my only issue is I have no clue on how I would get the platform that the player is on, and raise it when there answer is right. I dont really need help with the raising platform part, I just need to know on how to actually detect on what platform the player is on.

Thanks,


1 Like

The best method would be to just assign a player a platform on the start of the round.

You could just use ObjectValue and assign the value to the part the player is standing on.

This would be best so that way there is little to no possibility for people to meddle with other people’s platforms.

1 Like

thanks for the reply
thats a good idea, should I put the objectValue in the player when they join?

nevermind, I got it working thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.