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
3 years ago
Edited 3 years ago

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

local burnRegion = Region3.new(workspace.Point1.Position, workspace.Point2.Position)

local visual = Instance.new("Part")
visual.Parent = workspace
visual.Anchored = true
visual.Size = burnRegion.Size
visual.CFrame = burnRegion.CFrame
visual.Transparency = 0.5
visual.CanCollide = false
visual.Name = ("thingy")
0
Don't have access to the discord link.. Nickuhhhhhhhhhhhhhhh 834 — 3y
0
Yes emervise 123 — 3y
0
Can't get the picture up, sorry. emervise 123 — 3y

Answer this question