Search
 
SCRIPT & CODE EXAMPLE
 

LUA

luau 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 :: lua for each in table 
Lua :: lua pcall 
Lua :: luau how to make a kill brick 
Lua :: roblox what is the difference between index and newindex 
Lua :: luau how to make debounce 
Lua :: roblox tween 
Lua :: Connect Text Label to Leaderstats 
Lua :: roblox studio lua for loop 
Lua :: roblox studio random part color 
Lua :: how do you close the lua program 
Lua :: what is script.Parent? 
Lua :: while true do lua 
Lua :: lua trim 
Lua :: forever loop roblox lua 
Lua :: how to split strings into 2 string by space lua 
Lua :: how to make everyone on team see name roblox 
Lua :: lua string 
Lua :: LUKAO150 
Lua :: Ackermann function lua 
Lua :: enable http service roblox 
Matlab :: matlab parameter in title 
Matlab :: matlab label size 
Matlab :: octave get range length 
Basic :: basic authentication in REST api Dajngo 
Elixir :: elixir string to date 
Elixir :: elixir get error message 
Scala :: scala match default 
Scala :: if scala 
Excel :: google sheets convert string to date 
Perl :: perl slice array 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =