Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- i = workspace.ModelNameHere:GetChildren()
- for h = 1, #i do
- if i[h].className == "Part" then
- i[h].Anchored = true
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement