にだりんご【荒らしの荒らし】

local displayPart = workspace.S500系.carriage1["S500系一号車"]:WaitForChild("DisplayPart")
local surfaceGui = displayPart:WaitForChild("SurfaceGui")
local textLabel = surfaceGui:WaitForChild("TextLabel")

local speedChecker = workspace.S500系.carriage1["S500系一号車"]:WaitForChild("SpeedChecker")

while true do
local speed = speedChecker.Velocity.Magnitude * 3.6 -- studs/s → km/h
textLabel.Text = string.format("速度: %.1f km/h", speed)
wait(0.1)
end

3 days ago | [YT] | 1