local gameId = tostring(game.GameId) if setclipboard then setclipboard(gameId) print("Game ID copied to clipboard:", gameId) else warn("Clipboard access is not available on this executor/platform.") end -- idk