공부하는 Nar
--Workspace/Sample/ScreenUI/Text 경로에 있는 오브젝트를 TextUI 변수에 할당해요.
local TextUI = Workspace.Sample.ScreenUI.Frame.Text

wait(2) --2초를 기다린 뒤,
TextUI:SetText("Hello World!") --TextUI의 글자를 변경해요.
profile

공부하는 Nar

@NarS2

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!