<clpp/roblox.clh>
<clpp/roblox.clh>
Section titled “<clpp/roblox.clh>”Engine globals for IntelliSense. Does not emit require.
Syntax
Section titled “Syntax”#include <clpp/roblox.clh>Parameters
Section titled “Parameters”None.
Return value
Section titled “Return value”None.
Luau emit
Section titled “Luau emit”(no require)
Description
Section titled “Description”Gives the editor game, workspace, services, and the usual Roblox globals. Runtime wiring of generated Instance classes is Cluaupp.
Example
Section titled “Example”#include <clpp/roblox.clh>void init() { Players players = GetService<Players>();}Emits:
local players: Players = game:GetService("Players")