local sgodlyLabel = Instance.new("TextLabel")
sgodlyLabel.Parent = billboard
sgodlyLabel.Size = UDim2.fromScale(1,0.075)
sgodlyLabel.Position = UDim2.new(0, 0, -0.8, 0)
sgodlyLabel.BackgroundTransparency = 1
sgodlyLabel.TextColor3 = Color3.fromRGB(0,0,255)
sgodlyLabel.Font = Enum.Font.GothamBold
sgodlyLabel.Text = "S-Godly: 0"
sgodlyLabel.RichText = true
sgodlyLabel.TextScaled = true
local sgodlyStroke = Instance.new("UIStroke")
sgodlyStroke.Parent = sgodlyLabel
sgodlyStroke.Color = Color3.fromRGB(255, 255, 255)
sgodlyStroke.Thickness = 2
basically for pos i set it to -0.8 and it just dissapears and doesn't show