ERROR : function arguments expected near ‘local’
Script:
local Playe = game.Players:GetPlayerFromCharacter
local equiped = Playe.equipped.Value
function changed()
script.Parent.Text = "Equipped: "…equiped.Value
end
equiped.Changed:connect(changed)