Chowist Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. i play roblox on my pc and i cant go full screen i have tried...

    answers.microsoft.com/en-us/windows/forum/all/i-play-roblox-on-my-pc-and-i...

    Many people have reported that the Roblox game refuses to go into Full Screen, it would be best to contact Roblox support on their website to see if they have a method to put the game into full screen.

  3. Drag Detectors not working in studio - Scripting Support - Roblox

    devforum.roblox.com/t/drag-detectors-not-working-in-studio/3034695

    Added a part, added a DragDetector, press play, mouse over the part and the cursor changes, click and hold and the part moves as expected. If the part is anchored, it still moves, just not well. Seems to also work fine if added to a model vs just a base part. FYI: A dragdetetor will take precendence over a clickdetector but the cursor shown is ...

  4. Weld Is not working - Building Support - Developer Forum - Roblox

    devforum.roblox.com/t/weld-is-not-working/557127

    Make sure Part0 and Part1 are assigned to the two parts you want to weld together. Also: You’ll want to use a WeldConstraint and not a Weld, since a Weld will automatically set both objects to the same CFrame but WeldConstraint will preserve the offset. Pixeluted (Pixeluted) May 4, 2020, 5:43pm #5. Here.

  5. Enum.KeyCode not working correctly? - Scripting Support - Roblox

    devforum.roblox.com/t/enumkeycode-not-working-correctly/301835

    Hello, I have an InputBegan for number keys, as in 1,2,3, etc.(Note, not keypad) The letter keys function as normally, however, the number keys do not output anything, and I have no errors or any information why. I also have the default backpack disabled currently. Code: local usi = game:GetService("UserInputService") usi.InputBegan:Connect(function(io, p) if io.KeyCode == Enum.KeyCode.One ...

  6. :MoveTo () not working no errors - Scripting Support - Roblox

    devforum.roblox.com/t/moveto-not-working-no-errors/855326

    Hm. Since everything prints, I would say that it’s probably the NPC’s fault. Try this: Playtest it in studio, and while you’re in, select the NPC that is in the workspace from the explorer and watch the blue box around it.

  7. WeldConstraint not working - Scripting Support - Roblox

    devforum.roblox.com/t/weldconstraint-not-working/2085800

    Make sure both parts are anchored before applying the weld constraint. You can do this by selecting the part and clicking the “Anchored” checkbox in the Properties window. Try adjusting the weld constraint’s properties. You can do this by selecting the weld constraint and adjusting the “Part0” and “Part1” properties in the ...

  8. Debounce Not Working - Scripting Support - Developer Forum -...

    devforum.roblox.com/t/debounce-not-working/1446175

    ItzMeZeus_IGotHacked (notzeussz) August 31, 2021, 12:20am #6. The reason is because the debounce you placed in the script is wrong. First, use if statement to check if the debounce is true. Then, right after that if statement, set the debounce to the opposite of its current value, then do your main code, once it’s done, wait for a certain ...

  9. Why I can't redeem Robux in Microsoft rewards

    answers.microsoft.com/en-us/bing/forum/all/why-i-cant-redeem-robux-in...

    The Robux is in stock in Microsoft rewards. But every time when I tried to redeem with Microsoft Rewards, but it always showed "There’s an issue with your account or order".What happen?

  10. Roblox Vc in the microsoft roblox app not working

    answers.microsoft.com/en-us/xbox/forum/all/roblox-vc-in-the-microsoft-roblox...

    I use to play roblox on the website version and recently changed into the roblox app after the RDC 2022 update. And when I joined games with voice chat, my vc doesn't show up on top of my avatar. As you can see, it lead me here and I'm glad to see that I wasn't the only one having the same problem.

  11. F3X building tools not working properly - Roblox

    devforum.roblox.com/t/f3x-building-tools-not-working-properly/2487123

    But i Have Solution in Studio You Need Click “Workspace”. In the “Properties” window scroll down until you see “SignalBehaviour”, and switch it to “Immediate” Then it should work. 28 Likes. Playfullgamer_YT (Playfull) December 17, 2023, 3:47pm #14.