Тёмный

How To Make Coordinates In Roblox Studio 

MoreKeyHitt
Подписаться 446
Просмотров 490
50% 1

Hope You Liked It :D
Script -
-- Get the local player
local player = game.Players.LocalPlayer
-- Wait for the player's character to load
local character = player.Character or player.CharacterAdded:Wait()
-- Get the PositionLabel from the parent of the script
local positionLabel = script.Parent
-- Function to update coordinates
local function updateCoordinates()
local position = character:WaitForChild("HumanoidRootPart").Position
positionLabel.Text = " " .. math.floor(position.X) .. ", " .. math.floor(position.Y) .. ", " .. math.floor(position.Z)
end
-- Update the PositionLabel text every second
updateCoordinates()
game:GetService("RunService").Heartbeat:Connect(function()
updateCoordinates()
wait(1)
end)

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6   
@LanTheHam
@LanTheHam Месяц назад
thx
@m_songkran
@m_songkran 2 месяца назад
Can you make tutorial of replicated storage?
@zixp4692
@zixp4692 2 месяца назад
What type of tutorial is this ???
@GTGprofi
@GTGprofi Месяц назад
yeah bro
@AsadelGoalie
@AsadelGoalie 8 дней назад
Whatt?
@GTGprofi
@GTGprofi Месяц назад
bruh...
Далее
Scripter vs 3D Modeler Game Swap
9:43
Просмотров 363 тыс.
CUSTOM CHARACTERS - How to create, rig and animate
20:31
HOW TO MAKE A MAIN MENU 🛠️ Roblox Studio Tutorial
16:26
How to ANIMATE Tools In Roblox Studio!
11:24
Просмотров 67 тыс.
12 Minutes of USELESS INFORMATION about ROBLOX
12:02
Просмотров 621 тыс.
Turning an Optical Illusion Into a Playable Character
22:39
I Made a Roblox BATTLEGROUNDS Game in 1 WEEK
9:51
Просмотров 71 тыс.