About 159,000 results
Open links in new tab
  1. roblox studio 'end' expected (to close 'function' at line 1) near <eof>

    Feb 28, 2019 · I tried to script some code to create a Folder called Console inside workspace when someone chatted "Console on" and delete it when someone said "Console off" however when I run it in a public game(

  2. How to fix infinite yield possible in Roblox Studio

    Jun 15, 2020 · I am trying to code a main menu for my game but I get this error: Infinite yield possible on 'Players.Username.PlayerGui.Menu:WaitForChild("Sidebar")' And this is my code: wait(5) --Service lo...

  3. Roblox Studio Expected '}' (to close '{' at line 5), got 'game'

    Sep 5, 2020 · I did a tutorial of AlvinBlox's Pet Egg but it's not working. I keep on getting an error saying: Fixed: 18:34:03.253 - ServerScriptService.PetModule:7: Expected '}' (to close ' {' at line 5), got '...

  4. lua - How would I print out errors? - Stack Overflow

    Oct 8, 2020 · In the software called Roblox studio I need help making a script that whenever an error happens in game, it would print out the error again using the normal print ...

  5. Roblox Studio Error: Expected ')' (to close '(' at column 18), got

    Apr 12, 2020 · I am trying to make a door move to a new position using the tween service. The problem is that I keep getting the error, Expected ')' (to close ' (' at column 18), got '=', and I don't know why. It

  6. lua - Requested module experienced an error while loading

    Jul 14, 2022 · Yeah So, I'm coding a Roblox game and this script gets an error every time, I even restarted roblox studio to try fixing it but it didn't work and I tried messing ...

  7. Roblox Studio error: ServerScriptService.Script:15: attempt to index ...

    May 3, 2020 · You are getting the error, because if you put this code into a regular Script on the server, there is no LocalPlayer. You need to run it in a LocalScript and put that into StarterPlayerScripts. That will work just fine, exactly as you have it.

  8. How do I fix "attempt to index nil with 'character'" (Roblox)

    Dec 3, 2022 · The output says: Players.username.PlayerGui.replicated:18: attempt to index nil with 'Character' This is my code: local Character = Player.Character or Player.CharacterAdded:Wait() How do I fix this?

  9. Roblox: Failed to load animation - sanitized ID: rbxassetid://187

    Apr 21, 2024 · I used the animation id of the keyframe sequence since when I uploaded it to roblox and grabbed it from the toolbox it just gave me the keyframe sequence I wanted to play an animation on a rig in the workspace from the server.

  10. Roblox studio error attempt to index nil with getMouse ()

    Nov 22, 2022 · if the script is somewhere in StarterPlayerScripts i dont think you have to wait for player since the script would not work if the "player" is not a thing. The most likely reason for your problem is because game.Players.LocalPlayer is already a thing so it does NOT return nil, so script doesnt even bother to go inside the while loop so you never set the player variable. But …

Refresh