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....
1 | Anchor = true |
Help?
1 | 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!
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:
1 | game.Workspace.Water.Anchored = true |
Hope I helped :) Please accept this answer.
1 | game.Workspace.Part.Anchore = true |