배우기
엔진 클래스
StarterGui
만들 수 없음
서비스

*이 콘텐츠는 AI(베타)를 사용해 번역되었으며, 오류가 있을 수 있습니다. 이 페이지를 영어로 보려면 여기를 클릭하세요.



API 참조
속성
ProcessUserInput
숨김
복제되지 않음
플러그인 보안
병렬 읽기
기능: UI
StarterGui.ProcessUserInput:boolean

ResetPlayerGuiOnSpawn
사용되지 않음

RtlTextSupport
스크립팅할 수 없음
병렬 읽기
기능: UI
StarterGui.RtlTextSupport:Enum.RtlTextSupport

ScreenOrientation
병렬 읽기
기능: UI
StarterGui.ScreenOrientation:Enum.ScreenOrientation

ShowDevelopmentGui
병렬 읽기
기능: UI
StarterGui.ShowDevelopmentGui:boolean

VirtualCursorMode
스크립팅할 수 없음
병렬 읽기
기능: UI
StarterGui.VirtualCursorMode:Enum.VirtualCursorMode

메서드
GetCore
생성
기능: UI
StarterGui:GetCore(parameterName:string):Variant
매개 변수
parameterName:string
반환
Variant

GetCoreGuiEnabled
기능: UI
StarterGui:GetCoreGuiEnabled(coreGuiType:Enum.CoreGuiType):boolean
매개 변수
coreGuiType:Enum.CoreGuiType
반환
코드 샘플
코어 GUI가 활성화되어 있는지 확인하기
local StarterGui = game:GetService("StarterGui")
-- PlayerList가 활성화되어 있는지 인쇄합니다.
print(StarterGui:GetCoreGuiEnabled("PlayerList"))

SetCore
기능: UI
StarterGui:SetCore(
parameterName:string, value:Variant
):()
매개 변수
parameterName:string
value:Variant
반환
()
코드 샘플
시작 GUI 설정 코어
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCore("AvatarContextMenuTheme", {
BackgroundImage = "",
BackgroundTransparency = 0.5,
BackgroundColor = Color3.fromRGB(111, 145, 242),
NameTagColor = Color3.fromRGB(0, 0, 200),
NameUnderlineColor = Color3.fromRGB(213, 233, 255),
ButtonFrameColor = Color3.fromRGB(15, 24, 65),
ButtonFrameTransparency = 0.2,
ButtonUnderlineColor = Color3.fromRGB(213, 233, 255),
Font = Enum.Font.SciFi,
})

SetCoreGuiEnabled
기능: UI
StarterGui:SetCoreGuiEnabled(
coreGuiType:Enum.CoreGuiType, enabled:boolean
):()
매개 변수
coreGuiType:Enum.CoreGuiType
enabled:boolean
반환
()

©2026 Roblox Corporation. Roblox 및 Roblox 로고, 'Powering Imagination'은 미국 및 기타 국가 내 당사의 등록 및 미등록 상표입니다.