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

Anchor = true help?

Asked by 10 years ago

I have a part called water. I was the water to be anchor with a script. Is it this script?

1

game.Workspace.Water.Anchor = true

Or....

2

Anchor = true

Help?

4 answers

Log in to vote
2
Answered by 10 years ago
game.Workspace.Water.Anchored = true

Don't worry you did good for a beginner! I see a great scripter in the future and his name is Roboy5857!

0
Thanks for the shout! Made my day!! :D Roboy5857 20 — 10y
0
Lol'd at this answer for me. Right after I answered and cheered you up. Someone got jealous and gave me a -1 :3 RolandStudio 115 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

Anchored

game.Workspace.Part.Anchored = true
Log in to vote
0
Answered by 10 years ago

It would return an error with either of those lines. If you want to anchor something, you have to set the Anchored value to true.

It would go like this:

game.Workspace.Water.Anchored = true

Hope I helped :) Please accept this answer.

Log in to vote
-2
Answered by 10 years ago
game.Workspace.Part.Anchore = true
0
No. The property name is "Anchored". User#11893 186 — 10y

Answer this question