Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there any way to change the player mouse icon without a tool? [Unanswered!] [closed]

Asked by 10 years ago

I've been looking every where and I can't find anything! Can someone help me? I have a script but it says: CAN NOT SET PLAYER ICON Here is the script: [In starterpack]

local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
if player.Character ~= nil then
end
    if mouse == nil then
        print("Mouse not found")
        return 
    end
game.StarterGui:SetCoreGuiEnabled("All", false)
    mouse.Icon = "http://www.roblox.com/asset/?id=13449209"

0
I can't help with the changing mouse icon but without a tool use a local script in StarterPack fireboltofdeath 635 — 10y
0
I have heard it stated that this API is changing and will eventually allow icon to be set on player mouse BlueTaslem 18071 — 10y
0
Thanks @ BlueTaslem deputychicken 226 — 10y
0
And @fire It still says Can not set icon of playermouse deputychicken 226 — 10y

Marked as Duplicate by TofuBytes, fireboltofdeath, Aethex, and User#2

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 10 years ago

Use a tool.

0
I want to do it without a tool. Like right when you get in. I know that you can use a tool to do it. BUT IN SILENCE, the mouse icon changes without using a tool. deputychicken 226 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

This is a duplicate, a claim has been taken against this. Find your answer here

0
This is a reminder and click on the blue "here" to find your answer. Hopefully I helped! fireboltofdeath 635 — 10y
0
Thank you! deputychicken 226 — 10y
0
You're welcome. Though I cannot change the claim, sorry. fireboltofdeath 635 — 10y
0
Er Acutally it doesn't work. The error says: CANNOT SET PLAYERMOUSE ICON. deputychicken 226 — 10y
View all comments (12 more)
0
Here? deputychicken 226 — 10y
0
I ran into same error. Try to edit one off of a gun script. It should be named "Local gui" fireboltofdeath 635 — 10y
0
Ah. So what can I do? deputychicken 226 — 10y
0
Thats What I did. It didn't work either. deputychicken 226 — 10y
0
Go on roblox studio>Free models>Custom mouse Icon>Pick one> Try it. fireboltofdeath 635 — 10y
0
And why does it say this? UnequipTools can only be called on a Humanoid with a corresponding Player object. deputychicken 226 — 10y
0
I don't study UnequipTools but to call it, the player's humanoid must have an tool equipped. fireboltofdeath 635 — 10y
0
I just noticed something. On a answer you put it said: "THIS IS NOT A REQUEST SITE" Now I am thinking: "Whatever you say doesn't count for you?" fireboltofdeath 635 — 10y
0
Well, I am not requesting. I'm asking how. Not saying: GIVE ME A SCRIPT. deputychicken 226 — 10y
0
Still. The rules are to leave at the least a snippet of code. fireboltofdeath 635 — 10y
0
True. Alright. I'll give you something. deputychicken 226 — 10y
0
Use comments, not answers, to provide users with what they've done wrong. User#2 0 — 10y