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

SetPartCollisionGroup not making any difference?

Asked by 5 years ago

Server Script

This is the code that should set it

for i,v in pairs(plr.Character:GetChildren()) do
    if v:IsA("BasePart") then
        pys:SetPartCollisionGroup(v,"d"..roomNumber)
    end
end
0
Did you even define 'PhysicsService'? Pojoto 329 — 5y

Answer this question