How do I make a certain part go up with C-Frame by clicking a button
local part = script.Parent part.ClickDetector.MouseClick:connect(function() part.CFrame = part.CFrame * CFrame.new(0, .1, 0) end)
Just download a plugin such as the Crazyman32 C-Frame plugin.
Just make the collision check off and then you move the parts into each other and there you have it! Your c-framing but ur actually not. The collision check looks like 2 blue boxed on top of each other. Its a good duplicate for c-framing
Closed as Not Constructive by Articulating
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?