约 156,000 个结果
在新选项卡中打开链接
  1. Switch ... Case in lua - Resources / Community Resources - Roblox

    2022年4月17日 · Why would you have an entire module for something that can be done in vanilla Lua? Also, correct me if I’m wrong but from what I recall switch-case acts similarly to an if …

  2. How to remove an account from switch accounts? - Roblox

    2024年12月1日 · I need to remove an account from my switch accounts list but cannot, how can I remove it?

  3. "Switch to your R15 avatar to play Emote" Error when ... - Roblox

    I did find which part of the Animate script executes the code and stuck a print in there, the function that plays the emotes runs whenever a default emote like dance or wave gets played but …

  4. How to switch player to different character (custom rig) mid

    2024年8月7日 · In this tutorial, I will show you how to properly switch the player’s character model to a different/custom rig mid-game and still have all the animations work. Procedure Outline …

  5. How to swap the starting place of my game? - Roblox

    2021年8月6日 · From the explanations of the official Roblox post, there is no way to easily change the starting place. I think I got a solution to the above problem. To make Place2 the starting …

  6. Introducing Seamless Account Switching on Roblox

    [Update] November 30, 2023 To enhance your experience on Roblox, we’re thrilled to introduce a new feature that simplifies the way you navigate between multiple accounts. We understand …

  7. How can I change the character to another character? - Roblox

    2022年11月1日 · I want to create a game were the player switches to different custom characters but I am having difficulties switching the character for only one player. an example of this is in …

  8. "Switch to your R15 avatar to play Emote" when trying to ... - Roblox

    2025年2月8日 · "Switch to your R15 avatar to play Emote" when trying to create a custom emote using "/e (something)" Help and Feedback Scripting Support studio, scripting, help

  9. Switch to R15 avatar to play emote - Scripting Support - Roblox

    2024年1月17日 · Switch to R15 avatar to play emote Help and Feedback Scripting Support John205zz (205zz) December 6, 2023, 12:29am

  10. Lua Switch Statements? How does it work? - Roblox

    2020年9月19日 · Way to use case and switch instead of if statements in lua? How would i use tables as switch statements?