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 :: luau make region3 
Lua :: lua calculate average number 
Lua :: roblox kill brick script 
Lua :: roblox index and newindex 
Lua :: rgb to hex lua 
Lua :: roblox tween color 
Lua :: how to detect if part had children roblox 
Lua :: lua for loop 
Lua :: roblox random part color 
Lua :: roblox buy gamepass script 
Lua :: string to int lua 
Lua :: prompt developer product purchase roblox 
Lua :: repeat until in lua 
Lua :: lua local 
Lua :: lua oop 
Lua :: Roblox Luau Wait Alternative 
Lua :: lua unpack 5.4 
Lua :: fivem lua set player bucket 
Lua :: lua coding lines to test with 
Lua :: roblox for loop 
Matlab :: switch matlab 
Matlab :: matlab random 
Matlab :: matlab pan 
Basic :: how to round a number in visual basic 
Elixir :: elixir debug 
Elixir :: elixir get_in access all 
Scala :: two dimensional array scala 
Scala :: scala list addall 
Excel :: excel conditional formatting outside of range 
Perl :: perl loops 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =