Hello! Development I need help on a tower of kracken my game but How can I make a command to lock shop and Kill part color gui?
Thanks for helping.
Hello! Development I need help on a tower of kracken my game but How can I make a command to lock shop and Kill part color gui?
Thanks for helping.
is this for admin commands or just a command in-game.
Admin command and Kill part color is gui
what you’ll need to do is run it on the server and then use a remote event to fire on the clients, you need to make it for the owner or admins though, once you run it on all clients make 2 bool values and if they are true it turns off the shops and kill bricks.
It needs to be like this just called script name and it works
your able to do it with modules, i forget how but i know it’s able to be done, just use your chatted event system in your other scripts if you can.
But this lock shop I don’t not really knows how to make it and gui kitt part.
is your shop a gui or a model?
Gui but this game is not done I am try to make it better
then fire a remote event on all clients to turn the gui visibility off.
(if you want to turn it back on then put boolvalues in the guis to tell if it should be visible or not)