
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, …
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 …
When and how to use them - Community Tutorials - Roblox
Nov 23, 2019 · Roblox DataStoreService, wonderful thing it is saving data between playing sessions. There are some issues though when trying to Set/Get data which could even lead to …
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 …
Single Part asset create call failed - Studio Bugs - Roblox
Mar 29, 2025 · I get it in the old asset manager with team create off and the beta features all off as well I believe this has to do with the roblox servers not the Studio Version or Asset Manager …
How to call a function in a Script from another Script ... - Roblox
Jan 17, 2022 · I am trying to make one script call a function in another script. Both scripts are global scripts and non of them is a local script, using a remote event/function is not an option. …
Attempt to call a nil value - Scripting Support - Roblox
Nov 10, 2024 · if v:IsA("NumberValue") and v.Value == index then return v.Parent end Inspecting the utility function, you can see it only returns a value in a single codepath, where the condition …
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 …
Enabling Discord Overlay: intergrating Voice Chat/secondary
Nov 20, 2018 · It seems a lot of people don’t know how to enable the updated Discord overlay with ROBLOX. Since we’re officially able to put links for 13+ and the overlay is pure …
How would I call a local script function using a module script
Oct 16, 2023 · I want the module script to call the “local function Called (Player)” thats in the local script when it executes the player function, but i currently aint got a clue how to do that, i was …