Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a voting system?

Asked by 4 years ago

I've been making a voting system. When I finally finished it, I went into a game with my friends. When they voted the vote only appeared for them, so only your vote appears for you. Does anyone know how to fix this?

1 answer

Log in to vote
0
Answered by 4 years ago

It is because of FilteringEnabkel. That means changes made by the client aren't seen by the server, thus why your friends can only see their own votes. This link covers up what it does. So to make it viewable by multiple people, you need to use remote events. If you don't know how to use them, that link will have sample code wich can be easily understood.

Ad

Answer this question