WS Lua Parser
Tracked since by aisleofplenty
Concurrent players
Metrics over time
About & history
What is WS? WS is a lua parser I have made here on roblox, it currently can only create one output, e.g. print("Hello world") print("HI") will print Hello World but not HI. It also has 3 custom functions: -> Time.epoch() = os.time() -> Time.start() => gets the time in which WS became parsing -> Time.CPU = os.clock()

