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

How do I rename a model?

Asked by
utabon 5
9 years ago

I dont understand why this doesn't work, could someone explain please? :D

script.Parent.Name = FallanTree

0
Put FallanTree in quotes... M39a9am3R 3210 — 9y

2 answers

Log in to vote
4
Answered by
udoxas 75
9 years ago
script.Parent.Name = "FallanTree"

or

script.Parent.Name = ("FallanTree")

or...

script.Parent.Name = 'FallanTree'
0
Don't forget [[FallanTree]] M39a9am3R 3210 — 9y
0
^ Yep Tkdriverx 514 — 9y
Ad
Log in to vote
0
Answered by 9 years ago

I Do It By This:

game.Workspace.Model.Name=("Na.")

Answer this question