StarterPlayer 에서 스크립트 생성해서 BaseContext 를 Client 로 설정

 

local player = game:GetService("Players").LocalPlayer
local controls = require(player.PlayerScripts.PlayerModule):GetControls()
controls:Disable()

 

+ Recent posts