RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"make a gui only for the onwer of the game"
-- local script local player = game.Players.LocalPlayer local owner = game.CreatorId if player.UserId == owner then -- create your gui here end