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

Can local script get to workspace?

Asked by
lucas4114 607 Moderation Voter
8 years ago

Srry if I'm dumb for asking this but can local scripts get objects from workspace?... :/

1
Yes, they can, just like Server-Sided scripts can. :) TheeDeathCaster 2368 — 8y
0
I'm gonna go with alpha.. 'yes' lucas4114 607 — 8y
1
Depends, if you're trying to edit the part in a FilteringEnabled place then it will not replicate to other servers. Otherwise, LocalScripts can change objects in workspace. M39a9am3R 3210 — 8y
0
Nope no FilteringEnabled. And you said change, it works to :Clone() to? lucas4114 607 — 8y
View all comments (2 more)
1
Yes, you can clone Workspace objects. LocalScripts will only work in the Player's Character, Backpack, PlayerGui, or PlayerScripts. M39a9am3R 3210 — 8y
0
ik that... I just didn't know if they could get things from workspace... lucas4114 607 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

Yes, LocalScripts can edit objects in the Workspace. However, if Filtering Enabled is turned on they will not be able to.

Ad

Answer this question