About 799,000 results
Open links in new tab
  1. Where can I contact roblox support (a real person)? - Arqade

    Feb 18, 2021 · You can contact a real person by dialing 888-858-2569 to contact Roblox customer service. The line is available at all times, but it uses an automated voicemail system, …

  2. Call of Chivalry Info - Bulletin Board - Developer Forum | Roblox

    Call of Chivalry Info Board ANNOUNCEMENT: We will be experimenting with a new hit detection method next update. It will still not fix your bad internet. However, it may improve hit reg …

  3. Pcall (), xpcall () and ypcall () Tutorial - How do they work ... - Roblox

    Aug 16, 2021 · Welcome curious Developers! In this tutorial, I’ll be explaining how pcall () and xpcall () functions work and what happened to ypcall (). Let’s start pcall () pcall () is short for P …

  4. Getting error: Info: single part asset create call failed HTTP

    Jan 12, 2025 · Info: single part asset create call failed HTTP StatusCode: 500, Message: I have tried to restart studio, uploading diffrently and trying in a diffrent experience and i still have the …

  5. Single Part asset create call failed - Studio Bugs - Roblox

    Mar 29, 2025 · Using the new TeamCreate and all new Beta aspects, I still get the issue OP does. I get it in the old asset manager with team create off and the beta features all off as well I …

  6. How to call functions in a ModuleScript like a script function?

    Mar 4, 2021 · Hello! I’m trying to call a function in a ModuleScript that’s required by a script like a function that’s inside the script. local module = {} module.Something = function() print(“hello!”) …

  7. Attempt to call a nil value - Scripting Support - Roblox

    Nov 29, 2020 · For your OnServerEvent function. You need to remove those two brackets like so: remoteEvent.OnServerEvent:Connect(ChangeTime) Also, when you print time, It would print …

  8. Attempt to call missing method '' of table - Help and Feedback

    Oct 6, 2024 · As the above post said, you are using players, which is an array of the players currently in game, and attempting to call a function from it, which errors. Try replacing players …

  9. How To Use Module Scripts - Community Tutorials - Roblox

    May 13, 2020 · Module Scripts are really useful in Roblox Scripting. They help us to stop writing the same code over and over again in different scripts, because we can write the code only …

  10. Player disconnecting during remote call to RemoteFunction - Roblox

    Apr 12, 2021 · Hi. Is there any way of getting around the client disconnecting or leaving while it is being invoked from the server, causing it to error? Like, it should return something when it …