How to change the debug color
sherlinjacob opened this issue · 0 comments
sherlinjacob commented
local Zone = CircleZone:Create(Config.zone, Config.radius, {
name="mrpd",
useZ = true,
debugPoly=true,
debugColor= {0,0,255},
})
This is my code but color is still green, How to fix this?