So ive tried putting this into a local script,Inside starterpack.
if script.Parent.Name["Micacalt"] then Instace.new("Message", game.Workspace) game.Workspace.Message.Text = "The Owner,Is here" wait(3) game.Workspace.Message:remove() end
And so,It did not work for some odd reason.
Could anyone help me with this?
what do you mean by "script.Parent.Name["Micacalt"] "
if script.Parent.Name["Micacalt"] then Instace.new("Message", game.Workspace) game.Workspace.Message.Text = "The Owner,Is here" wait(3) game.Workspace.Message:remove() end
Do you mean this?
if script.Parent.Name =="Micacalt" then end
or
if script.Parent.Name~=nil then end