(Error) Printing

I’m trying to have my game print the creator type, however it gives me an error of ServerScriptService.Script:1: attempt to concatenate string with EnumItem

print("REMO Cafe:\n----------------\nGame Data\n----------------\nPlace ID: "..game.PlaceId.."\nCreation Type: "..game.CreatorType)

You can do game.CreatorType.Name.

2 Likes