Advertisement
Hasli4

RBLX. TImerStart

May 15th, 2025
346
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)
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement