I want a script that could if i were to have a certain value example 5 points or more a part to me is cancollide bit to those with less then 5 points cant go through.i dont want it to to be colideble for a second then not if its possible it just turns cancollideable off for me sorry my for my grammer i am using phone.
Local Script
points.Changed:Connect(function() If points.Value >= 5 then part.CanCollide = false end end)