Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Region3 not generating properly?

Asked by
emervise 123
4 years ago
Edited 4 years ago

Hi. The title is pretty self explanatory. Here's my code:

01local burnRegion = Region3.new(workspace.Point1.Position, workspace.Point2.Position)
02 
03local visual = Instance.new("Part")
04visual.Parent = workspace
05visual.Anchored = true
06visual.Size = burnRegion.Size
07visual.CFrame = burnRegion.CFrame
08visual.Transparency = 0.5
09visual.CanCollide = false
10visual.Name = ("thingy")
0
Don't have access to the discord link.. Nickuhhhhhhhhhhhhhhh 834 — 4y
0
Yes emervise 123 — 4y
0
Can't get the picture up, sorry. emervise 123 — 4y

Answer this question