#Why does the script makes an one-click wonder?

1 messages · Page 1 of 1 (latest)

sweet iron
#

s

#

script.Parent.MouseButton1Click:Connect(function()
if game.ReplicatedStorage.Hiding.Value == false then
script.Parent.Rotation = -90
script.Parent.Parent.Camera.Visible = false
workspace.Office.Orientation = Vector3.new(0,0,0)
game.StarterGui.Grab:Play()
else
script.Parent.Rotation = 90
script.Parent.Parent.Camera.Visible = true
workspace.Office.Orientation = Vector3.new(0,180,0)
game.StarterGui.Grab:Play()
end

end)

chilly fog
sweet iron
#

ill ping you if its not working

#

@at\

#

@chilly fog it aint working

chilly fog
#

Dang

#

Idk then

dense elbow
marble sonnet
#

@worn seal