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
]]
Code Example |
---|
Lua :: lua calculate average number |
Lua :: user input lua |
Lua :: Lua array add item |
Lua :: roblox __index and __newindex |
Lua :: luau debounce |
Lua :: roblox tween color3 |
Lua :: Pass values to functions from Onclicks roblox |
Lua :: remote function unable to cast value to object |
Lua :: roblox studio part color randomiser |
Lua :: lua check if string is number |
Lua :: grepper lua |
Lua :: lua string count occurrence |
Lua :: lua object |
Lua :: get last characters of string lua |
Lua :: how to make text different colors in LUA terminal |
Lua :: roblox lua get game place id |
Lua :: pcall lua |
Lua :: lua loop through string |
Lua :: lua code |
Lua :: global variables lua |
Matlab :: matlab for loop matrix |
Matlab :: matlab function files |
Matlab :: cos in scilab |
Basic :: what to include in basic C |
Elixir :: elixir string to datetime |
Elixir :: phoenix ecto preload |
Scala :: else if scala |
Scala :: how to print message in scala |
Excel :: google sheets select element after split |
Perl :: perl regex syntax |