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 :: roblox make region 
Lua :: how to make a part rotate roblox 
Lua :: luau make kill brick 
Lua :: roblox what is the difference between __index and __newindex 
Lua :: luau make debounce 
Lua :: how to teleport all players in roblox studio 
Lua :: open gui script 
Lua :: wait function rebuilt in lua 
Lua :: random brick colour in roblox studio 
Lua :: prompt game pass purchase 
Lua :: remove from table lua 
Lua :: lua dict 
Lua :: lua functions 
Lua :: roblox lua wait for player to load 
Lua :: convert string to lowercase lua 
Lua :: roblox studio pause physics 
Lua :: what is a value lua 
Lua :: Print when a player joined roblxo 
Lua :: convert a float to string lua 
Lua :: lua run string as code 
Matlab :: matlab measure time 
Matlab :: matlab plotting multiple lines on one graph 
Matlab :: z-score normalize values in tsv file matlab 
Basic :: resttemplate authorization basic 
Elixir :: elixir after 
Elixir :: liveview component mount 
Scala :: scala list get element 
Scala :: scala anonymous function 
Excel :: google sheets convert abbreviation of month to number 
Perl :: perl post condition 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =