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 player joined 
Lua :: lua round number 
Lua :: luau kill brick script 
Lua :: roblox difference between __index and __newindex 
Lua :: roblox how to make debounce 
Lua :: luau loop all players 
Lua :: os.date lua 
Lua :: conda find package version 
Lua :: roblox random brick colour 
Lua :: lua printing 
Lua :: wait() in lua 
Lua :: roblox destroy game script 
Lua :: lua type of 
Lua :: lua commenting 
Lua :: lua genetic algorithm 
Lua :: lua string replace / remove 
Lua :: roblox add attribute 
Lua :: int and float in lua 
Lua :: how do i use the errors module luaassist 
Lua :: How to create a part with script in roblox srudio 
Matlab :: matlab title with variable 
Matlab :: matlab log 
Matlab :: geom_density_2d 
Basic :: the terminal process failed to launch 
Elixir :: elixir string to time 
Elixir :: mix install phoenix 
Scala :: scala enum 
Scala :: scala multiline string 
Excel :: google sheets select item from split 
Perl :: perl regex 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =