App.onJoinPlayer.Add(funtion(player){
player.moveSpeed = 300;
player.sendUpdated();
})
코드를 압축하여 ZEP 맵에 적용하였으나 속도가 조절되지 않습니다.
다른 코드를 적용하였을때도 적용되지 않네요.