local gethidepos = function()
local mapInfo = _UserService.LocalPlayer.CurrentMap.MapInfoComponent
local BoundLb = mapInfo.BoundLb
local BoundRt = mapInfo.BoundRt
local HidePos = Vector2((BoundLb.x + BoundRt.x)/2 , BoundLb.y + 20)
return HidePos
end
local teleportTo = function(dest)
_UserService.LocalPlayer.WsUser:SetMovementEnable(false)
_UserService.LocalPlayer.TransformComponent.WorldPosition = dest
end| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 21474 | 다클라 삽니다+2 | 01-29 | 202 | |
| 21473 | 01-29 | 236 | ||
| 21472 | 01-29 | 455 | ||
| 21471 | 헬멘님꺼+1 | 01-29 | 333 | |
| 21470 | 01-29 | 328 | ||
| 21469 | 맵밖에 숨기+3 | 01-29 | 448 | |
| 21468 | 01-29 | 226 | ||
| 21467 | 01-29 | 565 | ||
| 21466 | 01-29 | 283 | ||
| 21465 | 01-29 | 215 | ||
| 21464 | 01-29 | 636 | ||
| 21463 | 01-29 | 641 | ||
| 21462 | 01-29 | 144 | ||
| 21461 | 01-29 | 249 | ||
| 21460 | 01-29 | 177 | ||
| 21459 | 01-29 | 291 | ||
| 21458 | 01-29 | 382 | ||
| 21457 | 01-29 | 401 | ||
| 21456 | 헬맨님꺼+2 | 01-29 | 431 | |
| 21455 | 01-29 | 452 |
댓글3
ㄱㅅ
님 잠언하고 자사하면 텔포하고 맵밑으로 막 떨어지던데 해결법좀 ㅠㅠ
아 방금짜서 hidepos 잘못 넣음 y좌표 알아서 수정해라