Игрока не перемещает после нажатия на кнопку, хелпаните.
Lua:
local ply = LocalPlayer()
local tp = b:Add 'DButton'
tp:SetText( 'BuildZone' )
tp:SetSize( 70, 40 )
tp:SetPos( 10, 40 )
function tp:DoClick()
ply:SetPos( Vector( -6007, 8703, -7835 ) )
end
end