Roblox Studio Naruto Scripts
Roblox Studio Naruto Scripts. ekuz0diaa (ekuz0diaa) April 17 2020 333pm #4 If you want a animation to load when someone touches a wall then do local wall = scriptParent local anim = scriptParentWaitForChild (“YourAnimationName”) debounce = false wallTouchedConnect (function () debounce = true if debounce == true then load animation look into scripting to do…