Categories > Coding > Lua >

(Can someone help me im new from scripting) Expected identifer when parsing method name, got "Tab"

Posts: 2

Threads: 1

Joined: Mar, 2023

Reputation: 0

Posted

-- Values
_G.autoTap = true


-- Fuctions

function autoTap()
    while _G.autoTap == true do
        game:GetService("ReplicatedStorage").Remote.Tap:FireServer()
        wait(.0001)
     end
    end

-- Tabs
local FarmTab = Window:MakeTab({
    Name: "Tab",
    Icon = "rbxassetid://4483345998",
    PremiumOnly = false
})

-- Toggles
FarmTab:AddToggle({
    Name = "Auto Tap",
    Default - false
    Callback = function(Value)
        _G.autoTap = Value
        autoTap()
    end
})





end
OrionLib:Init()
  • 0

Posts: 8

Threads: 0

Joined: Apr, 2023

Reputation: 0

Replied

I think making a website like you is an advantage for you, I am very happy to share my feelings with everyone, I am very passionate about the game because it is very interesting. Please take the time to experience with me here: trap the cat

 

  • 0

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

you should consider switching to rayfield, orion is discontinued 

  • 0

i use arch btw

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )