SHARE
    TWEET
    Hasli4

    RBLX. TImerStart

    May 15th, 2025
    459
    0
    Never
    Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
    Lua 0.50 KB | None | 0 0
    1. local function check_start( x_part, x_parent )
    2. if x_part:IsA("VehicleSeat") == true then
    3. workspace.Finish.Transparency = 0
    4. workspace.Start.Transparency = 1
    5. local timer = Instance.new("NumberValue")
    6. timer.Name = "RaseTimer"
    7. timer.Parent = game.ServerStorage
    8. print("Гонка началась", x_part, x_parent)
    9. timer.Value = tick()
    10. script.Disabled = true
    11. workspace.Finish:FindFirstChildOfClass("Script").Disabled = false
    12. end
    13. end
    14. script.Parent.Touched:Connect(check_start)
    Advertisement
    Add Comment
    Please, Sign In to add comment
    Public Pastes
    We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
    Not a member of Pastebin yet?
    Sign Up, it unlocks many cool features!

    AltStyle によって変換されたページ (->オリジナル) /