enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. How to replace curser with dot - Scripting Support - Roblox

    devforum.roblox.com/t/how-to-replace-curser-with-dot/908010

    To change this you’d have to change the Icon property of the mouse. To do this you should insert a LocalScript into the StartGui. Then you’d need the following code: local Player = game:GetService("Players").LocalPlayer -- Get the client. local Mouse = Player:GetMouse() -- Find the mouse object. Mouse.Icon = id for the image of a dot.

  3. How can I change the Shift Lock Icon? - Roblox

    devforum.roblox.com/t/how-can-i-change-the-shift-lock-icon/796794

    Hit Play [F5] inside Roblox Studio and copy the script PlayerModule inside Players > your name > PlayerScripts. Once you’re done with that, hit Stop [Shift + F5] and paste it inside StarterPlayer > StarterPlayerScripts. Finally, go inside StarterPlayer > StarterPlayerScripts > PlayerModule > CameraModule > MouseLockController and change this ...

  4. How can I get the asset ID of a group's icon with API? - Roblox

    devforum.roblox.com/t/how-can-i-get-the-asset-id-of-a-groups-icon-with-api/2073314

    The asset ID can be retrieved using the first method I mentioned before (GroupService). For example: this group (ID 1), has currently this icon (asset ID visible in the URL). The icon displayed on the site is a thumbnail, with a different resolution than the original file. If you have the asset ID, you can fetch the original file.

  5. Gamepass Icon via Script (Without Uploading Decals) - Roblox

    devforum.roblox.com/t/gamepass-icon-via-script-without-uploading-decals/126431

    The ‘12345’ one was probably just a filler ID. Old ID: myGamePass - Roblox New ID: myGamePass - Roblox. So I dunno. I personally didn’t have any trouble getting the new IDs a few days ago. As for getting the image of a gamepass icon based on its gamepass ID, um…you could try searching through the CoreScript for the purchase. But I ...

  6. What is the default roblox mouse icons IDs?

    devforum.roblox.com/t/what-is-the-default-roblox-mouse-icons-ids/2522045

    Hello, I am trying to make a highlighting system, when a player hovers their mouse, I am wanting it to change to the same icon that appears with a click detector. I know I can set the mouse image ID but I’m not sure what the ID is and cannot find a way to access the default mouse icons.

  7. Mouse icon invisible - Scripting Support - Developer Forum -...

    devforum.roblox.com/t/mouse-icon-invisible/2867584

    Trying to change the icon on the mouse, still invisible… what do I do! I’ve even chucked it in a loop, still invisible! I’ve tried these methods and I’ve changed the image id. game:GetService("UserInputService").Mouse…

  8. How would I get a game's icon? - Scripting Support - Roblox

    devforum.roblox.com/t/how-would-i-get-a-games-icon/479635

    I am trying to make a loading screen and need a way to get the icon of my game, without having to upload an icon of the game to Roblox myself. Since this needs to be local I cannot make any direct http requests. I have tried multiple ways of doing this, but it hasn’t proven successful. I have tried the method on this page but it returns a default Roblox place icon.

  9. How do I change the shiftlock icon? - Scripting Support - Roblox

    devforum.roblox.com/t/how-do-i-change-the-shiftlock-icon/2765284

    ayonoobieyoutube (soul) December 26, 2023, 8:54pm #1. I want to change the shiftlock’s icon/crosshair (not the BoundKeys) I already attempted to playtest my game and then copy paste the ModuleScript, then go over to PlayerModule > CameraModule > MouseLockController. to change this value specifically:

  10. IconImageAssetId not loading images - Scripting Support - Roblox

    devforum.roblox.com/t/iconimageassetid-not-loading-images/266889

    [Image "3023076866" failed to load in "Players.NinjoOnline.PlayerGui.Core.Shop.Holder.Sections.Cash.470753027.IconHolder.Icon.Image": Unexpected URL] And this just ended up resulting in an infinite yield

  11. What's the rbxassetid of the click detector icon? - Roblox

    devforum.roblox.com/t/whats-the-rbxassetid-of-the-click-detector-icon/1889357

    I have this system where you can use a click detector with a tool equipped, but the only thing it is missing is the click detector icon to change the mouse icon when the mouse is over the click detector. Does anyone know the rbxassetid://number for it?