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

Do Local scripts in players camera?

Asked by 10 years ago

Say I have a local part inside my players camera. And inside that part is a local script, and I have:

Player = game.Players.LocalPlayer --Script inside camera

Will this work?

0
I don't think so, according to this page: http://wiki.roblox.com/index.php?title=LocalScript -But anyhow, it shouldn't be too hard to try it for yourself now, eh? :) duckwit 1404 — 10y

1 answer

Log in to vote
0
Answered by 10 years ago

Scripts do not run inside the camera. Any scripts you want must be run externally from an outside script. Sadly...

Ad

Answer this question