Skip to content

Pau1l/Rbx_Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Rbx_Timer

Simple Timer module for Roblox:

Get the model here

Setting up the Timer:

-- Make sure to require the Timer from a correct path:

local RepStorage = game:GetService("ReplicatedStorage")
local Timer = require(RepStorage:WaitForChild("Timer")).new()

This module can:

  • Start the timer!
  • Stop the timer!

This is mostly a base timer 'skeleton' so feel free to use and modify it however you want to.

Releases

No releases published

Packages

No packages published

Languages