of     1   

ZCOLINZ
#227630284Friday, November 17, 2017 8:08 AM GMT

I need an ff script that I can add into Developer console.
AskavixDomini
#227630305Friday, November 17, 2017 8:11 AM GMT

Instance.new("Forcefield", game.Workspace["PlayerExactName"])
gryphunk2
#227630589Friday, November 17, 2017 8:46 AM GMT

@askavix use "workspace" instead of "game.Workspace" also dont use [""] for indexing children unless the child has a space in its name heccled by the master heccler again
AskavixDomini
#227630765Friday, November 17, 2017 9:09 AM GMT

@gry I used game.Workspace as I felt it was easier for the OP to understand. As it seems from his post he isn't too advanced in scripting, he will be more used to seeing "game.Workspace" rather then "workspace". There are also still usernames out there that do use spaces, therefore using [""] is better. Thank you for trying to correct me, but not this time. =3
Voxxie
#227630797Friday, November 17, 2017 9:13 AM GMT

Extremely unlikely that OP is going to be encountering a spaced-name user, especially in this context where he us using the Dev console. Plus I'm sure he would be able to put 2 and 2 together to realize that 'workspace' is referring to... Workspace.
WildGuest
#227630821Friday, November 17, 2017 9:15 AM GMT

Does it really matter who's right? They would both work just fine for what he needs it for.

    of     1