StarterPlayer 에서 스크립트 생성해서 BaseContext 를 Client 로 설정
local player = game:GetService("Players").LocalPlayer
local controls = require(player.PlayerScripts.PlayerModule):GetControls()
controls:Disable()
'개발 > Roblox Studio Lua' 카테고리의 다른 글
[로블록스] Module 를 이용해 클래스 만들기 (0) | 2025.01.28 |
---|---|
[로블록스] 자신의 클라이언트에 이벤트 전달 (0) | 2025.01.28 |
[로블록스] 서버, 클라이언트 간 이벤트 전달 (0) | 2025.01.22 |
로블록스 스튜디오 기본 디렉토리 (1) | 2025.01.15 |