Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I make a toggleable noclip with the script provided?

Asked by
1ov3y0u 51
4 years ago

I am using this for an admin GUI but I'm not really good with character scripting. Here's what I've got.

local Button = script.Parent

Button.MouseButton1Down:Connect(function()
script.Disabled = false
if script.Disabled == false then
    script.Disabled = true
end
end)

I'm currently trying different ways but I don't know how I would do it so far.

0
create a part that you can control with userinput make sure it is none collidable and set the camera to follow it https://developer.roblox.com/en-us/articles/Camera-manipulation Donut792 216 — 4y
0
Camera follows by default wdym don't give him extra work voidofdeathfire 148 — 4y
0
he means a seperate part... speedyfox66 237 — 4y

Answer this question