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

Position is not a valid member of workspace error?

Asked by 7 years ago
Edited 7 years ago

So me and my friend have been trying to make a Working PC on a in game monitor (surfacegui) its been working so far except for this one script.

If anyone can help thats ok. Can't post the entire script on here for some reason. Here it is anyways.

https://pastebin.com/i9xqg4Sc

0
Not posting this as an answer because I can't tell if this will fix it. On lines 4 and 17, make sure you haven't added to many "Parent"s in there. It's possible you accidentally added to many in which is why it's telling you the workspace. Troidit 253 — 7y
0
Troidit is correct, that error is because your Parents are wrong. It's trying to set the Property "Position" to Workspace. Azarth 3141 — 7y
0
Ah ok, thanks. I tried experimenting from 1-7 parents. All caused the same error. But its ok now, The_MRAP 4 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago
Edited 7 years ago

It seems like you are doing something wrong here as is but, regardless, this wouldn't work. Use Vector3. You can learn anything and everything you need to know about it here. It might seem complicated on first glance but trust me, it's not.

0
I just experimented, just a random occurrence. The_MRAP 4 — 7y
Ad

Answer this question