Advertisement
otorp2

roblox anchor model

Dec 24th, 2017
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. i = workspace.ModelNameHere:GetChildren()
  2. for h = 1, #i do
  3. if i[h].className == "Part" then
  4. i[h].Anchored = true
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement