Advertisement
WellSumo

Roblox Fase Through Script **2020*

Jan 24th, 2020 (edited)
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. -- You can only fase sideways
  2.  
  3. for i,v in pairs(workspace:GetDescendants()) do
  4. if v:IsA("BasePart") then
  5. v.CollisionGroupId = 100
  6. end
  7. end
  8.  
  9. workspace.ChildAdded:Connect(function(v)
  10. if v:IsA("BasePart") then
  11. v.CollisionGroupId = 100
  12. end
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement