I saw JTN was making Juraserva rigs so I made this : )
Anyways does anyone know how to get rid of that grid thingy
2 Likes
local fold = game:GetService(“CoreGui”).GridLines; for i, v in pairs(fold:GetChildren()) do v.Visible = false end
1 Like