Skip to content

Instantly share code, notes, and snippets.

View cosinewaves's full-sized avatar

cosinewaves cosinewaves

View GitHub Profile
@cosinewaves
cosinewaves / table.lua
Created April 26, 2025 17:52
Roblox Animation Pack ID's in lua
{
Ninja = {
Swim = 658832807,
Idle = 658832408,
Jump = 658832070,
Fall = 658831500,
Walk = 658831143,
Run = 658830056,
Climb = 658833139,
},
@AzzaDeveloper
AzzaDeveloper / types.luau
Created March 16, 2025 14:34
Roblox Character Type (courtesy of ffrosfall!)
```lua
export type CharacterChildren = {
Humanoid: Humanoid & {
Animator: Animator,
},
Shirt: Shirt,
Pants: Pants,
["Body Colors"]: BodyColors,
["Shirt Graphic"]: ShirtGraphic,
HumanoidRootPart: Part & {