Instead of doing * Script.Parent.Parent.Parent.Parent… *
do this
local player = game.Players.LocalPlayer
local playerGui = player.PlayerGui
local Button = script.Parent
Button.MouseButton1Click:Connect(function()
playergui.Option.Startup.Startup.Body.TopBar.Right.Helper.Visible = true
end)