View difference between Paste ID: Unxh6bws and LnVFKCWx
SHOW: | | - or go back to the newest paste.
1
for i,v in pairs(owner.Character:GetDescendants()) do
2-
if v:IsA("BasePart") then
2+
if v:IsA("BodyGyro") then
3-
v.CanTouch = false
3+
v.Enabled = false
4
end
5
end