Need help on a tower of kracken scriping

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.

1 Like

is this for admin commands or just a command in-game.

1 Like

Admin command and Kill part color is gui

1 Like

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.

1 Like

It needs to be like this just called script name and it works

image

1 Like

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.

1 Like

But this lock shop I don’t not really knows how to make it and gui kitt part.

1 Like

is your shop a gui or a model?

1 Like

Gui but this game is not done I am try to make it better

1 Like

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)

1 Like