City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Highlights now support Outlines on Mobile [Client Beta] - Roblox

    devforum.roblox.com/t/highlights-now-support-outlines-on-mobile-client-beta/...

    Hi Creators, We’re excited to announce that Highlights Outlines are now fully supported on mobile devices! Previously, Highlights on mobile differed significantly from their look on other platforms, and Outlines were not rendered at all. With this update, all Highlights with visible OutlineTransparency will render Outlines on mobile devices!

  3. Easy Mobile Buttons - ContextActionUtility - Roblox

    devforum.roblox.com/t/easy-mobile-buttons-contextactionutility/804219

    The ContextActionUtility is a replacement module for Roblox’s ContextActionService. Its main purpose is for easy, intuitive mobile support. It works interchangeably with Roblox’s ContextActionService. The Example Game has all of these examples and the module in it.

  4. Mouse Lock (Shift Lock) for Mobile/Touch Devices - Roblox

    devforum.roblox.com/t/mouse-lock-shift-lock-for-mobiletouch-devices/1438493

    Mobile Mouse Lock.rbxm (12.9 KB) Some fine print to consider. You’ll probably want to tweak this to fit your game, in particular the included interface. This will probably work for a while, though changes Roblox makes to the camera and mouse-lock parts of the PlayerModule may break or cause issues. Speaking of which…

  5. Shift lock for mobile players - Mobile Features - Roblox

    devforum.roblox.com/t/shift-lock-for-mobile-players/547816

    First of all, Roblox should turn off shift lock for every mobile player. The game creator should go to his game settings and select permissions, then turn their shift lock option on for mobile players. (A toggle button). Second thing, if the creator of the game already has a script to turn on shift lock for mobile players, then he doesn’t ...

  6. Design mobile first! - Community Tutorials - Developer Forum -...

    devforum.roblox.com/t/design-mobile-first/3029532

    tutorials, design, mobile, community, mobilesupport. AtreyuRoblox (AtreyuRoblox) June 19, 2024, 9:13am #1. Hello developers! Today I want to talk about the importance of mobile users (With that I include all touch devices like tablets), and how to make sure they have a great experience.

  7. Freecam+ | Freecam with mobile support, and more ... - Roblox

    devforum.roblox.com/t/freecam-freecam-with-mobile-support-and-more...

    Freecam+ I was bored earlier and decided to make freecam support for mobile platforms, and then I just went ahead and added more customizability. New features Ability to use on mobile via the topbar Entering it on Xbox also via the topbar (surprisingly, they already had most of the controls there) Change the key bind to enter freecam Change the speeds of the camera Give more users access to ...

  8. Detect when a player taps on mobile/touch device? - Roblox

    devforum.roblox.com/t/detect-when-a-player-taps-on-mobiletouch-device/338533

    It does but it’s unrecommended to use it because Mouse.Hit doesn’t update live on mobile devices and mobile devices don’t have a mouse. Consider ViewportPointToRay, which constructs a unit ray based off of a 2D position. Here, you can feed the position of the touch via InputObject.Position. Mouse.Hit is a simplification of the above ...

  9. Introducing the Maximum Framerate setting - Roblox

    devforum.roblox.com/t/introducing-the-maximum-framerate-setting

    script.Parent.CFrame *= CFrame.Angles(0, math.rad(1), 0) This script inside a part will rotate it by 1 degree every frame. At 60Hz, this will rotate the part by 60 degrees a second, but it will rotate slower on weaker devices, and faster both for players that increase their local maximum framerate, or for those on VR.

  10. A simple, yet effective, detection for all mobile exploits -...

    devforum.roblox.com/t/a-simple-yet-effective-detection-for-all-mobile-exploits/...

    Salutations, my fellow Developer Forum users. Today, I’m glad to present a detection for almost all, if not all, mobile executors: Evon, Codex, Hydrogen, Delta (X), and possibly others. Don’t forget to thank the unbelievably competent mobile exploit developers, and us too, of course! We will be pleased to answer all questions in this topic for several hours, then we will happily log off ...

  11. Mobile way to press F9 - Platform Usage Support - Roblox

    devforum.roblox.com/t/mobile-way-to-press-f9/2881642

    Along with the /console command. inceptionLegends (inceptionLegends) March 19, 2024, 11:42pm #10. Yes, but there are games where you cannot access /console through the chat because the creator has modified the chat or prevented the use of /console, which can be frustrating on mobile. However, on PC, to counter this, you can press F9.