How to enable type checking

G’day everyone,
This is just a quick question.
How do I enable type checking on my scripts?
Thank you in advance for your help,
Sasial.

1 Like

You can enable it in “Beta Features” in the Roblox Studio settings.

I believe the Beta Program is open to everyone if not you can opt into the program by replying here.

1 Like

I believe you will also have to write the first line of the script as “--!strict”.

2 Likes

So atm, it doesn’t work on production?

That is incorrect. That enables strict mode for type checking.