How To Make A ClickDetector Script On Roblox - FilteringEnabled Compatible


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to How To Make A ClickDetector Script On Roblox - FilteringEnabled Compatible

ClickDetector - Roblox
https://developer.roblox.com/en-us/api-reference/class/ClickDetector

local part = script.Parent -- Create a ClickDetector so we can tell when the part is clicked local cd = Instance.new("ClickDetector", part) -- This function updates how the part looks based on its Anchored state local function updateVisuals() if

How To Make A ClickDetector Script On Roblox ...
https://ruclip.com/video/yJglWQM0h5A/how-to-make-a-clickdetector-script-on-roblox-filteringenabled-compatible.html

This tutorial will show you how to make a clickdetector script on Roblox. A clickdetector is used for when you want to give a brick the ability to be clicked. This offers many levels of customisation as to what happens after the brick has been clicked. in

How can i make a ClickDetector Filtering Enabled? - Scripting ...
https://scriptinghelpers.org/questions/18929/how-can-i-make-a-clickdetector-filtering-enabled

I'm trying to make this compatible using Filtering Enabled, but i can't seem to get the click detector to respond please help? wait(0.1) --Declarations-- local ready = true local surfacegui = script.Parent.SurfaceGui local stuff = surfacegui.Frame