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

Making a statue of yourself that automatically updates when you change your character?

Asked by 10 years ago

I have no idea how to get the character like when your not even in-game. I could do the rest tho so I just need help on that part :D

0
This is a great question. I usually have an idea when it comes to things like this, however I am clueless on where to start. ConnorVIII 448 — 10y

2 answers

Log in to vote
0
Answered by 10 years ago

I have been looking into this for a while, and there is no easy way to do this, but I did find one thing. If you use the URL http://www.roblox.com/Asset/CharacterFetch.ashx?userId= followed by your user id (as found on your profile), it returns several ; (semicolon) separated URLs which contain models of the following (in order):

#1: Body Colors
#2: Pants
#3: Held Gear
#4: Hats
#5: Face
#6: Shirt

Using the HTTPService, you could use these URLs to manipulate a normal n00b character with the right BodyColors, Shirt, Pants, Gear (probably unwanted), Hats, and Face. The only thing missing is a way to get the current package the user is wearing.

Ad
Log in to vote
-5
Answered by 10 years ago

You could loop it, so it checks all the time. That'd be the sloppy way though, but if you wanted to do that it'd be something like this

while true do
-- Stuff
wait()
end
0
no thats not what i meant i mean it needs to get your character model even if ur NOT ingame and update everytime you update your character TochiWasHere 10 — 10y

Answer this question