How to animate tools (the easiest and best way) (for melees)

You can specify types in Luau by adding a colon and then the type afterwards.

Example:

local myNumber: number = 0
local myBool: boolean = false
8 Likes