#18:21:17.250 Unable to assign property Text. string expected, got Instance - Server - Script:4
15 messages · Page 1 of 1 (latest)
then the SERVER script inside the announcements label which wont change idk why
game.ReplicatedStorage.ANNOUNCEMENTSREMOTE.OnServerEvent:Connect(function(text)
script.Parent.Parent.Visible = true
script.Parent.Text = text
wait(2.5)
script.Parent.Parent.Visible = false
end)```
Message box.text
K 1 sec
same error, edited the local script
i think i need to do it with the other script aswell
woops
The error comes from the server
It’s prob bc your forgot to put player, text instead of just (text)