#Why does the script makes an one-click wonder?
1 messages · Page 1 of 1 (latest)
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)
ill try to use this
ill ping you if its not working
@at\
@chilly fog it aint working
@worn seal