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

How would I make a chat command that opens a gui?

Asked by 4 years ago

I want to make a chat command that opens a gui but I can't seem to figure out how to make the gui open and how to make it group rank based?

function onChatted(msg, speaker)
local source = string.lower(speaker.Name)
msg = string.lower(msg)
if msg == "/stafflock" then
0
you would define player then write if the player is in the group. L0RD_Bloxx -5 — 4y
0
and then what group rank number. L0RD_Bloxx -5 — 4y
0
or just getservice players. L0RD_Bloxx -5 — 4y

Answer this question