How to add player's name to a part name?

i know this is a beginners question but i stop scripting for a while so i forgot how to do it

so how can i change a part’s name to something like (lord_lol’s part)
i tried to do is
`

part.Name = player.Name,"part"

`

part.Name = player.Name .." part"
2 Likes

fast response thx alot :smiley: its works

1 Like
part.Name = player.DisplayName.." 's part"

^Display name is the same as the username or player.Name but the players display name instead. If the player doesn’t have a display name, it should just use their normal name instead.

i looked up what display name is and i dint know display name exist thx

i been gone from roblox for way too long ;-;

2 Likes