Hi. The title is pretty self explanatory. Here's my code:
01 | local burnRegion = Region 3. new(workspace.Point 1. Position, workspace.Point 2. Position) |
02 |
03 | local visual = Instance.new( "Part" ) |
04 | visual.Parent = workspace |
05 | visual.Anchored = true |
06 | visual.Size = burnRegion.Size |
07 | visual.CFrame = burnRegion.CFrame |
08 | visual.Transparency = 0.5 |
09 | visual.CanCollide = false |
10 | visual.Name = ( "thingy" ) |