null nil false -0.5 0.5 0 0 -0.5 0.5 0 0 24 19.5 2.9000001 -50.5 -2.04091882e-010 -6.96475655e-011 1 -3.26260855e-013 1 -6.96475655e-011 -1 3.26260855e-013 2.04091882e-010 true 0 true false 0.5 0 0.300000012 -0.5 0.5 0 0 -0.5 0.5 0 0 false BallMan 0 -0.5 0.5 0 0 0 0 0 -0.5 0.5 0 0 0 0 0 0 true 0 5 5 5 0 Face 20 0 rbxasset://textures/face.png true false 32 ClickDetector true false Script -- Zork and Tobu did this :) local debounce = false function onClicked() if debounce == true then return end debounce = true local randomNumber = math.random(1, 3) local SoundName = string.format("Mad%d", randomNumber) script.Parent.Face.Texture = "http://assets.realja.me/Battle/madface.png" script.Parent[SoundName]:Play() wait(3) script.Parent.Face.Texture = "rbxasset://textures/face.png" debounce = false end script.Parent.ClickDetector.MouseClick:connect(onClicked) true false Mad1 -1 false http://assets.realja.me/Battle/Mad1.mp3 1 true false Mad2 -1 false http://assets.realja.me/Battle/Mad2.mp3 1 true false Mad3 -1 false http://assets.realja.me/Battle/Mad3.mp3 1 true