You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
i want to make a admin script
- What is the issue? Include screenshots / videos if possible!
i chat but there dont get any error and don’t happen what i script
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
i tried to view on youtube to see what i make wrong but that don’t helped me
game.Players.PlayerAdded:Connect(function(plr)
if table.find(_G.Admins, plr.Name) then
Warn(“A admin called “…plr.Name…” Has joined”)
plr.Chatted:Connect(function(plr,msg)
if msg == msg1 then
TeleportGui(plr)
end
end)
end
end)
oh and _G.Admins is from _G.Admins = {“pro_developer213”,“tudor22oi”}
why this don’t work?