Skip to content

<clpp/roblox.clh>

Standard header

Engine globals for IntelliSense. Does not emit require.

#include <clpp/roblox.clh>

None.

None.

(no require)

Gives the editor game, workspace, services, and the usual Roblox globals. Runtime wiring of generated Instance classes is Cluaupp.

#include <clpp/roblox.clh>
void init() {
Players players = GetService<Players>();
}

Emits:

local players: Players = game:GetService("Players")

GetService · include · header-instances