About 765,000 results
Open links in new tab
  1. What Is CoreGui? - Scripting Support - Developer Forum | Roblox

    Apr 30, 2021 · The CoreGui is a service used to store Guis created in-game by Roblox for the core user interface found in every game (such as the game menu, the playerlist, the backpack, etc.).

  2. What are CorePackages? - Help and Feedback / Scripting Support

    Aug 8, 2020 · Another core item! What is a CoreGui? DevHub: The CoreGui is a service used to store Guis created in-game by Roblox for the core user interface found in every game (such as the game …

  3. Can anybody explain me animation priority (core,action ... - Roblox

    Sep 25, 2021 · These priorities determines which animation should play first. Core has the lowest priority, meaning that this animation will run at its lowest priority. Idle, is basically your idle animation. …

  4. :SetCore SendNotification help - Scripting Support - Roblox

    Sep 10, 2020 · So I was playing around with :SetCore and I was experimenting with notifications; Here is the script I made: local CoreGui = game:GetService("StarterGui") …

  5. How to fully remove the CoreGui - Scripting Support - Roblox

    Mar 10, 2023 · Hello, i’m trying to find a way to fully remove the CoreGui, like no Menu button There was this method that works by making a LocalScript inside ReplicatedFirst that renames the …

  6. How to find and edit CORE roblox scripts and UI

    May 10, 2023 · I’d like to edit a CORE roblox script, I believe it’s called ‘HealthScript’ in-order to change when the red UI overlay turns on, basically it turns on when a humanoid loses 5% or more health …

  7. How to make your own CoreScript - Community Tutorials - Roblox

    Jun 4, 2020 · Oh, so if I wanted to change roblox studio, I would just change the default scripts that are found in that version. Before I though you meant modify a starter script inside the core script folder …

  8. New Reactor Core Game [Devlog] - Creations Feedback - Roblox

    Dec 15, 2024 · Hello! I am making a new core game! I’ve been working on a few ideas but I have created a few cores, here is my favorite: I will keep you all updated on this project! Would you like to …

  9. How can I insert and use a CoreScript? - Roblox

    Sep 27, 2021 · I’ve tried editing the core gui before, but it auto deletes any changes. The only ways I know you can inject or edit anything in there is to either create a plugin, disable chat, backpack, etc., …

  10. Core - Roblox Plugin (for newbie devs)

    May 12, 2022 · Hello everyone! I’ve been experimenting in making plugins recently and made this simple plugin. This makes editing Roblox’s built-in Guis, Menus, and Settings faster and easier …