Capture Points (+ Admin panel)

Hello, here is a little admin panel I made which you can use to place down points which can be used for King Of The Hill and Capture Points gamemodes. The points function like from most games, e.g. War Thunder

What it looks like:


The start button gives everyone, including new players who join the server, the score UI at the top and the points UI at the bottom; they are one ScreenGUI. The end button does the exact opposite of what the start button does - removing all score and point ui, new players do not get it.

The create button creates a point right underneath you using raycast. The pause button halts all progress for all points, including new points.

The rest is self-explanatory.

Note: You must add your username to an array named AuthorisedUsers in ServerScriptService to get the panel and toggle. The admin panel is stored in serverscriptservice for safety.

Here is the RBXM file with only two things (“UNGROUP ME IN X” format):
gamemodespanel.rbxm (77.6 KB)

Hope you will find this helpful.