Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Not able to change a model's appearance?

Asked by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
9 years ago

In a previous post, I had a script that was troubling me. After running various tests, I realized that it's not able to change the Model's Appearance (Shirt, Pants). Example:

game.Workspace["Memorize Me"].Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=145379994"

Has the property been locked?

0
It works in solo. Does it work in online? Is it a local script? Also, that's a pretty cool hoodie. EzraNehemiah_TF2 3552 — 9y
0
It doesn't work in an actual server, and it's a normal script. Also, thanks. Although I didn't create it, it's for my group Shawnyg 4330 — 9y

2 answers

Log in to vote
0
Answered by
Tkdriverx 514 Moderation Voter
9 years ago

I've seen it work in other games, so I don't see why it would be locked. But maybe you need to have separate ones that can be added/removed from the model instead of changing the ShirtTemplate property.

0
Hm, I'll try that. Shawnyg 4330 — 9y
Ad
Log in to vote
0
Answered by 9 years ago

Another thing is that Player.Character.Name is also locked :C I tried running game.Players.LocalPlayer.Character.Name = '' but output kept screaming in red "An error occured"

0
Well, yeah. That's actually a locked property. Tkdriverx 514 — 9y

Answer this question