𝗦𝗛𝗔𝗥𝗘𝗗
Last updated 4 years ago
pl:SetBuild( state)
pl:SetBuild(
)
bool state sets whether player in build mode or not
bool
state
Sets a player's current build mode state.
local function pl_onjoin( pl ) pl:SetBuild( false ) end rhook.new.gmod( 'PlayerInitialSpawn', 'builderx_pl_join_init', pl_onjoin )