This has been solved In apparently less than 3 minutes wow but you can still read it
Hi im having problems with how to use the click detector. I feel like I have done something wrong but i’m not sure what. What I want is to make a click-to-make-a-block-move-by-itself button. I am not asking for you to make a moving script i may ask that later as an edit or another topic post I’m trying to make it so that if I click the button, it will turn green. But nothing is working so i decided to ask the forum. I am on my test server btw
Properties
Behind Model3 Is the workspace. I highlighted the important stuff
Script I have right now
local M3 = game.Workspace.Model3
M3.Lift.Model.CD.ClickDetector.MouseClick.OnClick:Connect(function()
M3.Lift.Model.CD.BrickColor = BrickColor.Green()
end)
bruh for some reason when i did that method by myself it didnt work so i tried the same exact thing of what i did earlier (what you said to do) and it worked now. This is really confusing but ty for your time everyone