Attempt to concatenate Instance with string

Hello guys,
I’m having a problem with my script here. I’m trying to make a script so when you kill a zombie, a kill notification pops up, the problem is, in the output, i get an error that says

Workspace.chickbeefin665.KillNotification:7: attempt to concatenate Instance with string - Client - KillNotification:7

I’m not sure what this means, and any help could be beneficial!

Here are some pictures -

Edit - I also have a remote event in replicated storage in a folder. The folder is called Remotes, and the event is called RoamerKill.

1 Like

you need to use the .Value property to gets the RoamerAmount value

KillNoti.Text = 'Killed Roamer [+'..amount.Value..']'
2 Likes

omg. WHY DO I ALSO MAKE THE DUMBEST MISTAKESSSS.
Thank you so much bro

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.