Cloudy API Documentation
  • SETUP
    • Introduction
    • Setting Up Your Project
    • Update Log
    • Cloudy API Tutorial
    • Credits
  • FUNCTIONS
    • AutoInject
    • Inject
    • Execute
    • GetClientsList
    • RegisterExecutor
    • IsInjected
    • AutoSetup
    • disableSecurity
    • isRobloxOpen
    • CheckRobloxVersion
    • GetUsername
    • killRoblox
    • AskAi
    • Cleanres
    • SetDiscordRpc
    • IsAutoInjectEnabled
  • credits
  • GetUserIdFromUsername
  • GetAvatar
  • SetScriptJS
  • AddTabJS
  • GetDiscordUsername
  • cPlaceId
  • cPlaceName
  • cPlaceImage
  • CHAT FUNCTIONS
    • ConnectToServer
    • ReceiveMessages
    • SendMessage
    • Disconnect
    • OnMessageReceived
    • OnError
    • Messages
Powered by GitBook
On this page

cPlaceId

Gets the current Roblox Place ID of the active game session. Returns a string representing the Place ID, or null if not in a game.

Usage:

Api.misc.cPlaceId;

Example:

string placeId = Api.misc.cPlaceId; // Gets the current Roblox Place ID
Console.WriteLine(placeId != null ? $"Current Place ID: {placeId}" : "Not in a game");
PreviousGetDiscordUsernameNextcPlaceName

Last updated 1 month ago