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 3 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 — 3y
0
and then what group rank number. L0RD_Bloxx -5 — 3y
0
or just getservice players. L0RD_Bloxx -5 — 3y

Answer this question