Ever heard of AHK (Auto Hot Key)?
AHK is a really useful tool as a scripter
I just made a couple hotkeys to make scripting easier
PlayerAdded event tool
this hot key generates the PlayerAdded event whenever you do ctrl+alt+p
it performs it’s magic
here’s it in action!
https://i.gyazo.com/88fe867ea6a48b011eb4cea1c76fcb22.mp4
Datastore tool
this one generates the datastore service and sets up a datastore. This is niche but I’ve found this a hassle. Press ctrl+alt+d
to activate
https://i.gyazo.com/e354b561f6916fdca74b02faa1fd350c.mp4
WaitForChild tool
I hate writing WaitForChild ten times so this does it for you! ctrl+alt+MouseButton5
if you don’t have a mouse button five go into the WaitForChild.ahk
script and change line one to ^!w::
https://i.gyazo.com/d13e930aa1ec09213e14b8ba5649f4fc.mp4
Value Tool
This one relates to the datastore one but could just be an easy way to make a value or part with instance.new. This one has 3 text input boxes. ValueName, ValueType, ValueParent. to activate use ctrl+alt+v
https://i.gyazo.com/4ea854d64c044069982a036ff467ba7a.mp4
How to install
1.first you need to download the .zip of ahk scripts File on MEGA
2.then you need to get ahk https://www.autohotkey.com/
3.then un zip the folder and drag the scripts anywhere you want
4.then run each script
thanks!
If you’d like more tools then dm me and I’ll add them!