Skip to content

#include

Preprocessor

Angle-bracket includes are IntelliSense (and require for libs). Quoted sibling stem is inlined.

#include <clpp/roblox.clh>
#include "LeaderstatsServer.clh"
NameTypeDescription
pathstringHeader path.

None.

require(…) for libs / non-stem quotes; stem quote is inlined

Quoted, same stem as the .clpp: the header is inlined.

Quoted, any other name: require.

Angle <clpp/libs/janitor.clh>: IntelliSense and require Janitor. <clpp/roblox.clh> is IntelliSense only (engine globals).

See headers.

#include <clpp/roblox.clh>
#include <clpp/libs/janitor.clh>

Emits:

local Janitor = require(...)

header-roblox · header-janitor · pragma-strict