Scripting (Help needed 9/6/21)

Hello,

I was recently working on a Roblox Overhead and I wanted to figure out how I am able to change my rank title live on the overhead while being in game using the developer console.

Where I left off:
workspace.ImperiousHunter.Head.Overhead.Rank.Text = “Owner”

Thank you,
Mat.

Yes that should work.
As long as you’ve parented them the same way.

your script will not work.

game.Workspace.ImperiousHunter.Head.Overhead.Rank.Text = “Owner”

use this