About 328,000 results
Open links in new tab
  1. Expected identifier when parsing expression, got - Roblox

    Apr 13, 2020 · local anim = tool:WaitForChild("Throwanim") local player1 = game.Players.LocalPlayer. local char = player1.Character or player1.CharacterAdded:Wait() local humanoid = char:WaitForChild("Humanoid") local loadanim = humanoid:LoadAnimation(anim) local mouse = player1:GetMouse() loadanim:Play()

    Missing:

    • Roblox Studio

    Must include:

  2. Expected identifier when parsing variable name? - Roblox

    Apr 8, 2020 · Every time I script I always get expected identifier when parsing variable name heres what I used today, wait (20) function script.Parent.BackgroundTransprancy - 0.10 if script.Parent.BackgroundTransprancy = 0 then light…

    Missing:

    • Roblox Studio

    Must include:

  3. Syntax Error: Expected identifier when parsing expression, got ... - Roblox

    Jan 5, 2022 · The error that pops up is "Syntax Error: Expected identifier when parsing expression, got ‘)’. As someone who rarely scripts or attempts to fix a script, I am looking for help in fixing this code.

    Missing:

    • Roblox Studio

    Must include:

  4. Functions | Documentation - Roblox Creator Hub

    Functions are blocks of code that you can execute multiple times on command. You can also connect them to events or assign them as callbacks. A function definition includes: The scope of the function (global or local). The function keyword. The name of the function in camelCase. The parameters of the function in parentheses (()).

    Missing:

    • Roblox Studio

    Must include:

  5. Code a function | Documentation - Roblox Creator Hub

    There are pre-made functions (also called methods) like print() and task.wait() that are built into most programming languages. Coders can also create their own custom functions for code they want to use more than once, but don't feel like writing over and over. In Luau, this is done by typing: local function nameOfTheFunction()

    Missing:

    • Roblox Studio

    Must include:

  6. get - I am making a script in roblox studio but i am getting the ...

    Apr 5, 2021 · here is the code : local speedcircle = game.ServerStorage:WaitForChild ("speedcircle") local replicatedStorage = game:GetService ("ReplicatedStorage") game.ReplicatedStorage.Speed.

  7. Expected identifier when parsing expression, got... - Roblox Forum

    Mar 7, 2021 · One way is to use TweenService. I modified your code a bit with a new function to tween your text label, you just need to copy and paste line 21 for the rest of your colors. [CODE lang="lua" title="TextLabel Color3 Tween" highlight="21"]local tweenService = game:GetService('TweenService')

  8. Am I missing something? "expected identifier when parsing ... - Reddit

    Jun 30, 2022 · In this case, you’re missing ‘end’ after the while loop. A function call (also within the PlayerAdded event) requires a ‘end’) to close it, which you already have. Plus, if this is a server script, you cannot use game.Players.LocalPlayer.

  9. Error "Expected identifier when parsing expression, got

    Jul 23, 2023 · I am scripting buttons for a tycoon game in Roblox, but I keep getting the error messages "expected identifier when parsing variable name got '='" 0 bad argument #3 to 'Value' (string expected, got Object) - How do I fix this?

  10. Syntax error: Expected identifier when parsing function name ... - Roblox

    Apr 21, 2021 · If you input function while it is a local variable, then studio will consider it as a variable, breaking the script. I need to edit it because studio did not show where the error was. …

    Missing:

    • Roblox Studio

    Must include:

Refresh