Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ This creates a timer which counts how much seconds the server has been running. -ulti55 ]]
- local a = Instance.new("NumberValue")
- a.Name = "TimE"
- a.Parent = game.Workspace
- server = game.NetworkServer
- while true do
- connected = "Connected"
- a = game.Workspace.TimE
- a.Value = a.Value +1
- local m = Instance.new("Hint")
- m.Parent = game.Workspace
- m.Text = "Sever Time: "..a.Value.." | Connection Status: "..connected.." | Server Name: "..server.Name.." "
- wait(1)
- m:Remove()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement