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"
`
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"
fast response thx alot its works
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 ;-;