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

[Solved] What would I use to broacast the end of a minigame?

Asked by 5 years ago
Edited 5 years ago

I am currently working on a minigame type game, and I am not sure if I should use a Bindable Event or a Remote Event. It would just be the timer sending the message to the game, no communication between the server and the client.

0
Use a BindableFunction. In the game script, invoke to some function in the timer script that you want to get the current time and then return that time. You can probably easily do this with a module script instead. xPolarium 1388 — 5y
0
Thank you! That worked one23four56 20 — 5y

Answer this question