region3 roblox
local Part = Workspace.Part
local Size = Part.Size
local Region = Region3.new(Part.Position-(Size/2),Part.Position+(Size/2))
region3 roblox
local Part = Workspace.Part
local Size = Part.Size
local Region = Region3.new(Part.Position-(Size/2),Part.Position+(Size/2))
roblox how to make region3
local part = Instance.new("Part", workspace)
local size = part.Size
local region3 = Region3.new(part.Position - (size / 2), part.Position + (size / 2))
--[[
makes a new part and sets it's parent to the workspace
your part MUST have an Orientation of (0, 0, 0) and be a cube shape if you want
it's region to correspond to it's appearance in workspace
]]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us