#Scripting door hitbox help

1 messages · Page 1 of 1 (latest)

opal grail
#

So I'm trying to make a door with a hitbox so when the player touches the hitbox the door would open i made a script and it's not working can somebody help me please

tacit iris
#

bro asks for help then dips

elder rampartBOT
#

studio** You are now Level 12! **studio

opal grail
gritty palm
tacit iris
#

show ur code bro

#

are you good?

scarlet nimbus
#

@opal grail dm

olive swallow
#

the code being "stolen":
part.Touched:Once(function() if isOpen then return end isOpen=true tweenservice:Create(move_door_up):Play() end)