Nobonet Door Working (READ DESCRIPTION)
Model by 701X1YX78 ✓ · 0 upvotes
Free
Get on Creator Store →
This is an official Roblox Creator Store asset. The button opens its page on create.roblox.com, where you get it into your inventory or Studio. Roblox Modules does not sell, host or redistribute Roblox assets.
credits to blenrge for making the door to make the door work go in the custcene script in the mario script then under -- damage states paste in DEF_ACTION(Action.PULLING_DOOR, function(m:Mario) -- funzees crap door mechanics m:SetAnimation(Animations.PULL_DOOR_WALK_IN) if m:IsAnimAtEnd() then m:SetAction(Action.IDLE) -- disableTimeStop() end m:PlayMarioSound(Sounds.Open_door) end) DEF_ACTION(Action.PUSHING_DOOR, function(m:Mario) -- funzees crap door mechanics m:SetAnimation(Animations.PUSH_DOOR_WALK_IN) if m:IsAnimAtEnd() then m:SetAction(Action.IDLE) -- disableTimeStop() end m:PlayMarioSound(Sounds.Open_door) end) DEF_ACTION(Action.UNLOCKING_KEY_DOOR, function(m:Mario) -- funzees crap door mechanics m:SetAnimation(Animations.UNLOCK_DOOR) wait(4) m:PlayMarioSound(Sounds.Open_door) end)
| Type | Models |
|---|---|
| Creator | 701X1YX78 ✓ |
| Price | Free |
| Rating | 0 upvotes |
| Contains scripts | Yes |
| Category | Gameplay › Mechanics |
| Object types | Door, Furniture |
| Geometry | 60 triangles · 156 vertices |
| Instances | 2 audio, 6 decal, 2 script, 2 meshPart |
| Published | 2025-08-08 |
| Updated | 2025-08-16 |
| Roblox ID | 76294829588479 |
| Last checked | 2026-09-25 |