Paste --!optimize 2, --!native, and --!strict everywhere

This commit is contained in:
2024-02-22 16:59:31 -05:00
parent 75a476c37a
commit 1e8da39805
39 changed files with 156 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
local Camera = {}
Camera.__index = Camera
+4
View File
@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
--I couldn't get ContextActionService to work how i wanted it to
local BindLink = {}