Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game:GetService("CoreGui"):FindFirstChild("TimerGui") then
- game:GetService("CoreGui"):FindFirstChild("TimerGui"):Destroy()
- end
- TimerGui = Instance.new("ScreenGui")
- TimerFrame = Insrance.new("Frame")
- TimerTopBar = Instance.new("Frame")
- CloseTime = Instance.new("TextButton")
- MinTimer = Instance.new("TextButton")
- TimerScrollingFrame = Insrance.new("ScrollingFrame")
- TimerStart = Instance.new("ImageButton")
- TimerStop = Instance.new("ImageButton")
- TopBarTimerText = Instance.new("TextLabel")
- local TimerHistory = {}
- TimerGui.Name = "TimerGui"
- TimerGui.Parent = game.CoreGui
- TimerGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- game.CoreGui.TimerGui.Enabled = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement