Working:
Current Version: v1
EzRegion3 is a module to save you a few minutes of coding, you can make easily region3 and find parts inside that region so, what are u waiting to test this out?
This module is part of the EzToMake modules.
If you have any feedback, ideas or questions send DM, here’s my discord River#8221
This module is part of EzToMake Modules
Modules Related
- EzCommands EzCommands v2 [Outdated]
- EzInterface EzInterface v1.2 (UPDATE)
EXAMPLE
Module accepts rotation ~
Raw Handler
local m = require(game.ReplicatedStorage.EzRegion3)
local region = m.createRegion3({ -- Returns functions
Part = workspace.Part, -- <Instance> Part to convert to Region3
toIgnore = workspace.Baseplate, -- <Instance> Instance to Ignore
maxBaseParts = math.huge, -- <number> Max BaseParts to find
checkTime = 0.2, -- <number> How much seconds the module check if there's something touching the Region3 (0.2 is minimun)
callback = function(find) -- <function> Callback
print(find) -- Prints find part inside the Region3
end
})
local RCFrame = region:GetCFrame() -- You can get region CFrame with this function.
local RSize = region:GetSize() -- You can get region size with this function.
wait(1)
region:Destroy() -- You can destroy the region3 with this.
Download the module
- EzRegion3.rbxm (1,7 KB)
Or you can get the module from Roblox
I hope you enjoy the module