#trying to learn scripting and either yt tutorials are garabe or i messed upq
1 messages · Page 1 of 1 (latest)
So you ran it and nothing happened?
ya idk why
Check the output window
Did you see anything appear?
In the explorerer?
Okay well I need the workspace expanded
its there but i dont see it
like in the vid its not right next to it and i copyd the exact script
makes no sense
Okay, so go to the server view, click on it, and press "F".
wheres that at?
Click on it in the explorer and press the F key
@ornate robin I think it spawned at 0,0,0 and bcs the transparancy is .5 u cant see it
@ornate robin The code is blurry
the part is literally inside of the spawnlocation
Then you’re just watching the wring videos
I think it’s obvious the problem is between the screen and the chair since you didn’t even took the time to entirely watch the tutorial. Did you really expect the part to spawn into the workspace at the expected position without setting its position with Vector3 ?
The position defaults to 0, 0, 0, so I think it's just a situation where they couldn't find it and got frustrated thinking it didn't work at all
Also, if you want my opinion, you should watch TheDevKing or AlvinBlox
These tutorials telling you to copy from scratch without understanding what they’re writing is totally buns
Or even better, you could read the doc
Sounds annoying, right ? But it’s actually useful
Debugging should’ve been their reflex.They should’ve printed the part’s position in order to know if the part did spawn, and if so, where ?
What happens if you try to print the part’s position ?
Just trying to explain their situation that's all. It absolutely should have been their first instinct to look for the part in the explorer. Which is something maybe they can learn with this experience