Mining Simulator 2 Script | TITLE CHANGER/DELETE (SERVER/CLIENT)

Created by Whybie#0001

Features:

  • TITLE CHANGER/DELETE (SERVER/CLIENT)

This script is client only, script:

local WantedTitle = "I get bitches"

game.Players.LocalPlayer.Character.Head.PlayerTitle.Username.Text = WantedTitle

WantedTitle = what your title is going to be.

this script is serversided (Delete Only), script:

game.Players.LocalPlayer.Character.Head.PlayerTitle:Destroy()