About 304,000 results
Open links in new tab
  1. Player | Documentation - Roblox Creator Hub

    This code sample demonstrates the usage of Players.PlayerAdded, Player.CharacterAdded and Player.CharacterRemoving in order to detect the spawning and despawning of players' …

  2. Players | Documentation - Roblox Creator Hub

    The Players service contains Player objects for presently connected clients to a Roblox server. It also contains information about a place's configuration. It can fetch information about players …

  3. Roblox

    Roblox is the ultimate virtual universe that lets you create, share experiences with friends, and be anything you can imagine. Join millions of people and discover an infinite variety of immersive …

  4. Roblox Studio setup | Documentation - Roblox Creator Hub

    After Studio finishes installing, a pop-up confirmation displays. Click the Launch Studio button. Sign in to Studio with your Roblox account (if you don't have an account, create one at …

  5. Use animations | Documentation - Roblox Creator Hub

    To play animations on rigs that do not contain a Humanoid, you must create an AnimationController with a child Animator. For example, the following Script (assumed to be a …

  6. Download Roblox

    Download the Roblox app to use Roblox on your smartphone, tablet, computer, console, VR headset, and more.

  7. Studio testing modes | Documentation - Roblox Creator Hub

    Select Team Test in the dropdown menu and press the Play button to open a new Studio session with your character inserted. Other collaborators can then join by pressing the Play button …

  8. Save player data with standard data stores - Roblox

    To save a player's position, work with their Character instead of the Player object itself. A player's Character represents their physical model in the game world and has the coordinates for their …

  9. The correct way to do CharacterAdded and PlayerAdded - Roblox

    Jan 4, 2025 · By doing the naive method, you will eventually* get code that doesn’t run in Studio when you connect CharacterAdded/PlayerAdded, and it will happens randomly.

  10. How to Turn Off Player Collision: Quick Tutorial! - Roblox

    Feb 21, 2025 · This is a quick and easy tutorial on how to make players walk through each other, with minimal bugs. Start off by heading over to the Model tab in Roblox Studio, and click on …