STEEP STEPS [800m] Script | REMOVE ICE EFFECTS

Created by Edgar Zomboss#7008

Features:

  • REMOVE ICE EFFECTS
    • What this does is make ice not slippery, meaning you don’t have to fall/fail at the 624m part
for i,v in pairs(game.Workspace.Map.SpecialParts:GetChildren()) do
   if v.Name == "ice" then
   v.CustomPhysicalProperties = nil
   end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!