RBXUtils - Util functions for Roblox

RBXUtils is a library of convenient functions that normally would take longer to implement.

Functionality is slightly inspired from C#

Example script:

local RBX = require(16656051786)
Vector = RBX.Using.Vector -- Function category (view full list on the Github page)

local distance = Vector.distance(position1, position2)
print(distance)

More detailed info on Github
↓↓↓

github roblox

Do you see yourself using this module?

  • Yes, I will be using it.
  • No, I won’t be using it.
  • Maybe, I don’t know yet.

0 voters

Function suggestions are greatly appreciated!

3 Likes

is this the same or different from: GitHub - Sleitnick/RbxUtil: A collection of utility modules for Roblox.

This is pretty cool, but I personally wouldn’t use it only because I wouldn’t want to load up a package in my game. It’s a stupid reason, but I just don’t like loading stuff up, lol.

1 Like

Nope this isn’t sleitnick’s, I made this myself.