How to enable EZScripty in your scripts?
To enable EZScripty, only ONE line is required:
local ezscripty = require(game.ServerScriptService.EZScripty)
Yes, that's it! Insert this in your scripts to enable EZScripty functions and data givers.
The reason behind this is because Roblox Studio needs to know what ezscripty actually means in functions and data givers.
Let's take an example: I want to make a Kill part, I add that line first, then I add the function KillPart with argument script.
Create Your Own Website With Webador