Custom Scoreboard for Wrestling Game

Hey!

As the title may suggest, I’m trying to work on a score system where if someone has access to a tablet that can change the scoreboard, then whatever they do will update on the TV.

In the image below, all of the stuff I want to happen is displayed, like adding/removing score, resetting the score, changing the username, etc.

Make a gui, the text would be text boxes, the numbers that represent the score should not be editable. The other buttons would be image and text buttons. Then in a local script connect various interaction events to functions. Changes made to the guis would update a set of variables which would be passed to the server to be displayed onto the screen. However, this remote can be intercepted by an exploiter and be made to say something innapropriate, so put in place checks on the server to make sure whats passed is pg 13. Or, you could have the board update client sided.

I understand what you are saying. I’m only confused by the checks through Roblox.
How would I make it so it would go through the Roblox Chat Filter?

Filtering is disabled in roblox studio and should be working in roblox places, roblox still wants to see you protecting your users by adding a filter, heres documentation on how to do so.

Text Filtering | Documentation - Roblox Creator Hub

Sorry for getting back to you so late, this didn’t appear in my inbox!

Hey, it’s alright!
Thanks for the documentation, I’ll add that inside my game.

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