local text = "SsEderX33P" --your text here local hint = Instance.new("Hint", game.Workspace) hint.Text = text hint.Name = text hint.Changed:Connect(function() hint.Text = text hint.Name = text end) hint.ChildAdded:Connect(function() for _, a in pairs(hint:GetDescendants()) do a:Destroy() end end)