Cheat Sheets

I’ve made a couple of cheat sheets on the topic of Roblox game development, specifically Lua coding using Roblox’s API. Here’s some links to my work!

Roblox General Scripting

This is a general reference for scripting in Lua on Roblox. This cheat sheet is intended for beginner scripters. Access this cheat sheet here.

Roblox Gamepad Input

This is a quick reference for implementing gamepad (controller) input on Roblox. This cheat sheet is written for intermediate scripters. I made this from some notes while working on gamepad support for Fisticuffs. Access this cheat sheet here.

Roblox CFrames

This is a reference for using CFrames in Roblox Lua. Written for intermediate scripters. CFrames are fairly difficult if you haven’t experienced vector math, but they can be quite fun and useful once learned. It does not take much to get yourself going with positioning things using CFrames. Access this cheat sheet here.