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

A Model for only One to See?

Asked by
Tor6 0
7 years ago
Edited 7 years ago

I am building a game in which I have a shop UI and I want to implement something like what taymaster has done in his game Twisted Murder where he has all the items in his shop literally be shown right there for u too see instead of a picture or something. I know many others have done something similar fro instance the game Phantom Forces... it has the gun models right in front of you but I think he did it differently than taymaster did (maybe not) but whatever the case I'm trying to figure out how to do it and I haven't seem to got it. Does anyone know what is needed and perhaps what code is needed to do something like that?

0
Whats confusing is how can a model be shown only to a client whilst not be seen by other clients? I dont see anyone else's shop items in Twisted Murder when they open their shops. Tor6 0 — 7y
0
Simple Answer: LocalParts M39a9am3R 3210 — 7y

1 answer

Log in to vote
-2
Answered by
k1nq 30
7 years ago

Well, all you have to do is make a localscript inside of the player, and inside of thus player clone the model into game.Workspace.CurrentCamera

0
really? wait but can u position where u want the model to be? i feel like this is a dumb question to ask but considering u use a localscript... Tor6 0 — 7y
0
wait. ik what u mean and ive don that. u mean change the camera so its focused on the model. Thanks but I'm not talking about that. i want it like what it is like in Twisted Murder Tor6 0 — 7y
0
no. k1nq 30 — 7y
0
That's not at all what I mean, if you clone the model into the currentcamera, it makes it so only your player can see it, and no one else. k1nq 30 — 7y
View all comments (2 more)
0
FilteringEnabled is a thing for a reason. BlueTaslem 18071 — 7y
0
@k1nq Alright thank you! @BlueTaslem k Tor6 0 — 7y
Ad

Answer this question