ShortcutService | An Amazing Quick & Simple Utility Module!

VERSION: 0.02 UPDATED LERP AND FIXED GETCFRAME

:keyboard: ShortcutService allows people to quickly access, create, calculate with it’s simple functions. :keyboard:

ShortcutService has many functions to save lines, such as

Precise Waiting Function
Getting Children From Multiple Instances,
Getting Center from 2 Vectors,
Blending 2 Colours into One,
Getting CFrame / Position / Rotation from ANY Instance,
Rounding Vector3 Values,
And most importantly, FIXING CFrame.new giving out NAN Values!

What's new

:star: The module is out to public. :smile:

Installation

Purchase ShortcutService

Put ShortcutService into ReplicatedStorage OR ServerStorage! ReplicatedStorage matters if you want it to work on client. :computer:
image

Use this to load ShortcutService or any other loading function you have. :scroll:
local Shortcut = require(game.ReplicatedStorage.ShortcutService)

And there you have it. You have ShortcutService in your scripts. i am MINDBLOWN :exploding_head:

To access ShortcutService use Shortcut.[Name] (as shrimple as it can get…) :thinking: :shrimp:

Documentation

W.I.P… May be written soon :confused:

:moneybag: ShortcutService can be found Here! :+1:

:thinking: :question: Don’t know how to use ShortcutService? Test out ShortcutService Here!
ShortcutService Sandbox.rbxl (58.1 KB) :smile:

WARNING: LICENSED UNDER CC BY-SA.

Was this module helpful for you?

  • Yes
  • No
0 voters

I’d recommend refraining from posting a resource before you’ve written your documentation, and maybe even a quickstart guide. I have no idea what this is. Is this “ShortcutService” just a glorified utilities file?

3 Likes
  1. Why is this paid?
  2. I clicked on this thinking it was for like ingame/plugin shortcuts or something, only to find out it’s apparently completely unrelated to that
  3. A module which does everything (like, stuff completely unrelated to the single main goal of the module) is one you shouldn’t use
  1. its not paid its just the way i worded it
  2. i couldnt think of a better name Sorry pal
  3. its just a multi-functional module to save time doing stuff. wouldn’t that count?
ShortcutService.Lerp = function(A : number, B : number, T : number) : number
	return A + (B - A) * T
end

Why not just use math.lerp()?

1 Like

I doubt anyone cares for this anymore but the toolbox upload is deleted (Someone spam reported it and got it banned for “Misusing systems”)