Know-Legal Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Game not updating - Game Design Support - Developer Forum -...

    devforum.roblox.com/t/game-not-updating/326564

    Make sure you do Alt + P, or publish the game directly, rather than just saving it. I know a recent update differentiated the 2 a bit. I’ve sorted it now. Apparently you have to press ‘publish to roblox’ now, it used to just be you’d press save and it would update automatically.

  3. Why is the textLabel not updating? - Scripting Support - Roblox

    devforum.roblox.com/t/why-is-the-textlabel-not-updating/831110

    text = credoAmount. wait(0.5) text.Text = credoAmount. wait(0.5) when you were setting the variable text to credoAmount, not the gui.Text to credoAMount. You’re changing the variable of the text and not the script’s parent attribute, they’re not pointers. Same problem. Variables don’t automatically stay updated.

  4. [Solved] .Text Property of a GUI Not Updating - Roblox

    devforum.roblox.com/t/solved-text-property-of-a-gui-not-updating/2709647

    Hello there, my goal is simple: Get the .Text value of a TextBox Get the variable for a TextLabel (in a different ScreenGUI) Listen for a MouseButton1Click Update the TextLabel.Text to the TextBox.Text for all players Here is my code: – client – script.Parent.MouseButton1Click:Connect(function() local flightnumber = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui ...

  5. Variable not updating? - Scripting Support - Developer Forum -...

    devforum.roblox.com/t/variable-not-updating/1913181

    Hello everyone, I have a small problem when it comes to updating a variable, and I cant seem to find a solution so I thought I’d ask here. The problem is that when I try to update the variable, it simply won’t. It just stays the old value. This might be some basic issue but I honestly cant get it figured. Code: -- Pulling data local CurrentData = ReplicatedStorage.RemotesExternal ...

  6. Roblox avatars not updating

    devforum.roblox.com/t/roblox-avatars-not-updating/2734566

    This has been happening for a few days now and it wasn’t even that bad before but now, they won’t let me do my ice king costume. 7 Likes. DeadOfCringe_A (ulsap) December 9, 2023, 8:31am #2. contact roblox support or use website. AMissingKid (Marcy) December 9, 2023, 8:34am #3. i had to cancel cause it had been 1 month with no response.

  7. Game Not Updating [BUG?] - Game Design Support - Developer Forum...

    devforum.roblox.com/t/game-not-updating-bug/999556

    Hey, whenever I publish my Roblox game through studio using Ctr + P (Publish to Roblox) it isn’t updating. I updated it about 10 hours ago and tried again just now, but no success. I also tried updating a different existing place and creating a new place but got the same results. 1/22/21 EDIT 1: Thinking about it more I think its just some of ...

  8. Why is my text not updating? - Scripting Support - Roblox

    devforum.roblox.com/t/why-is-my-text-not-updating/2813260

    This is because your not updating the Display Name of the player, however you are with the name tag. You can simply make the Player’s display name the new nametag. if character.Head:FindFirstChild("Nametag") then. PlayerTag:FindFirstChild("Title").Text = Titles[i] Player.DisplayName = PlayerTag:FindFirstChild("Title").Text.

  9. GUI not updating - Scripting Support - Developer Forum - Roblox

    devforum.roblox.com/t/gui-not-updating/468533

    I came across a fairly annoying issue trying to make a simple changing gui. whenever I have the text change through the script it doesn’t actually change the text ingame, is there any way I can fix it? also btw there are no errors in the output and this is not done in a local script. <details><summary>Code</summary>while true do if game.Players.NumPlayers < 2 then game.StarterGui.ServerGui ...

  10. Avatar Editor not updating avatar correctly - Roblox

    devforum.roblox.com/t/avatar-editor-not-updating-avatar-correctly/704870

    lSteveRogersl (Steve) August 3, 2020, 4:27pm #1. So within the last few months I’ve noticed a bug with the avatar editor that makes it not properly show the clothing you have selected. Instead, it shows what you had on right before “changing” clothing, basically not updating the avatar. I’m not sure if this occurs on Mobile as well but ...

  11. We’re updating Heads! - Announcements - Developer Forum - Roblox

    devforum.roblox.com/t/we’re-updating-heads/2488797

    [Update] July 28, 2023 [Original post] July 26, 2023 Hi Creators, Starting today, we are beginning the process of updating our most popular heads to support expressions from emotes and, soon, real-time animation from a user’s movement. These heads will be like the one you currently have - just with expression and animation. This update will go through to the end of the year with the intent ...