Hello, My Name is Nehoray,
I Started A New Game After A Long Time
And I wanted To Make Something That Will Be Fun
So I Wanted To Know How To Give Admin Commands To VIP Server Owners
And Maybe A Gui That Will Pop-Up For VIP Owners
Thanks For Everyone Who Read It.
If you wanted to give only the VIP Owners the Gui and commands you would use PrivateServerOwnerId.
Hopefully that helps!
3 Likes
Yeah.
Something like:
game.Players.PlayerAdded:Connect(function(plr)
if(PrivateServerOwnerId == plr.UserId) then
-- your code goes here
end)
3 Likes