Search
 
SCRIPT & CODE EXAMPLE
 

LUA

luau 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
]]
Comment

PREVIOUS NEXT
Code Example
Lua :: roblox send message script 
Lua :: kill player when something touchd lua 
Lua :: roblox make kill brick 
Lua :: roblox difference between index and newindex 
Lua :: roblox debounce 
Lua :: roblox interpolate color 
Lua :: gfjhhkn roblox 
Lua :: roblox studio Teleport service not working 
Lua :: roblox brick color 
Lua :: dictionnary lua 
Lua :: lua what is _ENV 
Lua :: how to get the length of a table in lua 
Lua :: for loop roblox 
Lua :: roblox table find 
Lua :: lua function 
Lua :: how to make everyone on team see each other name roblox 
Lua :: local in script lua local 
Lua :: lua to integer 
Lua :: exemple boolean and why it is used 
Lua :: how to enable https service roblox 
Matlab :: find location of max value in array matlab 
Matlab :: matlab symbolic simplify fraction 
Matlab :: octave return dimensions 
Basic :: basic authentication bash 
Elixir :: elixir random number 
Elixir :: elixir get nested map value 
Scala :: how to create empty data frame in scala 
Scala :: scala learn 
Excel :: google sheets convert month to number 
Perl :: perl postfix 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =