Skip to content

wakatime/roblox-studio-wakatime

Repository files navigation

Roblox Studio WakaTime

This is a plugin for automatically tracking your time spent in Roblox Studio, with support for tracking:

  • Time spent in the code editor (with script names)
  • Time spent playtesting
  • Time spent editing in the viewport

Installation

Install on the Creator Hub

It is also possible to place the latest rbxm from the Releases tab in your local plugins folder.

Screenshot

Building

Important

Please make sure to install the required Dependencies via the following command:

wally install

To generate a build for testing, run:

rojo build -p "RobloxStudioWakaTime.rbxm"

This will automatically install it into your Roblox Studio Plugins folder.


To manually generate a final build, run:

rojo build -o "RobloxStudioWakaTime.rbxm"

This will instead just generate the file directly in this directory.