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

Inserting A Model into CurrentCamera?

Asked by
Tor6 0
7 years ago
Edited 7 years ago

Okay so I want to insert a tool made up of multiple parts into the CurrentCamera of the workspace. I now how to do that, the problem is that the tool is not getting cloned and is not getting put in the camera. I've done some testing and I've found out I can get a single part into the camera but I can't seem to get a tool or a whole model into it. I'm using a localscript that is in the PlayerGui. What am I missing?

game:GetService("ReplicatedStorage"):WaitForChild("Tool"):Clone().Parent = game.Workspace.CurrentCamera -- why won't this work?
1
workspace.CurrentCamera can only be used with local scripts xxracerdudexx 75 — 7y
0
i am using localscripts Tor6 0 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

maybe ur playergui blocks it

0
Idiot PlayerGui is a great place to store scripts .-. itsJooJoo 195 — 7y
Ad

Answer this question