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

Undisable a Local Script from a Server-To-Client Remote Event?

Asked by 5 years ago

I only currently know how to use bool values while functioning remote events from either the client or from the server... I want to undisable a local script from PlayerGui from using an Remote Event that fires from the Server-To-Client.

I know the basics VVV

Script:

function eventsetup(plr, ...)
    script.Parent.Event:FireClient(...)
end

Localscript: (DISABLED)

Any Ideas?

0
Local Scripts have a Disabled property under them. If it's checked then its Disabled. Btw, "Enable" is a better term than "Undisable". xPolarium 1388 — 5y

Answer this question