Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. 20 Μαρ 2022 · This is probably because the while loop simply won’t run since it’s already tried to run but the value was false. I would recommend putting this in the MouseEnter connection or a simple fix could be this: while true do task.wait() if bob then -- bob is true else -- bob is false end end

  2. 15 Ιουν 2020 · I am trying to code a main menu for my game but I get this error: Infinite yield possible on 'Players.Username.PlayerGui.Menu:WaitForChild ("Sidebar")' And this is my code: wait (5) --Service. local Tween = game:GetService("TweenService") --Variables.

  3. How to fix Roblox Scripts, (simple errors) If you still can't fix your scripts, join the disocrd:https://discord.gg/uS3QfDntYzMake sure to like and subscribe...

  4. Service. Not Replicated. RunService contains methods and events for time management as well as for managing the context in which an experience or script is running. Methods like IsClient (), IsServer (), and IsStudio () can help you determine under what context code is running.

  5. 19 Ιουν 2023 · I thought the script would run when the house is spawned but it doesn’t run at all, like, ever. It ran only when I put the house in the workspace before play testing. I think because the house is originally in the ReplicatedStorage the script doesnt work. Here is the script:

  6. 30 Ιουν 2022 · One of the most common issues with scripting in this game, of which is that the script works perfectly fine in the Roblox studio but does not work in the game. In this troubleshooting guide, we’re going over some possible fixes to this problem.

  7. 17 Οκτ 2022 · Well, it looks like it’s not running because you are running this script from a local script inside of a part (evidenced by the click detector’s hierarchy). Local scripts don’t run unless placed in a Player’s scripts, a GUI or a tool. You need to change this script into a server script.

  1. Γίνεται επίσης αναζήτηση για