Roblox Forum banner

" " is not a valid member of Workspace "Workspace"

331 Views 8 Replies 4 Participants Last post by  Guest
im trying to make a minigame and im trying to use a teleporter to go to another map and it wont work because apparently its not in the workspace
it just disappears whenever i test the game but when im not testing its in the workspace
Screenshot Font Software Electronic device Technology
Screenshot Font Software Electronic device Technology
See less See more
1 - 9 of 9 Posts
have you checked if the models are anchored and have a hitbox? they might fall to hell when running the game.
have you checked if the models are anchored and have a hitbox? they might fall to hell when running the game.
yeah it is anchored but what do you mean by hitbox
yeah it is anchored but what do you mean by hitbox
how do i explain this...
the box of a part that can be touched by another part in the workspace.

also, did you make the model yourself?
how do i explain this...
the box of a part that can be touched by another part in the workspace.

also, did you make the model yourself?
yes i made it myself its just a model called Teleport and it just has 32 parts in it i followed a youtube video on it and it worked for them and i did everything correctly
yes i made it myself its just a model called Teleport and it just has 32 parts in it i followed a youtube video on it and it worked for them and i did everything correctly
ok...
it doesnt have any scripts, correct?
Try typing game.Workspace instead of Workspace perhaps?
Try typing game.Workspace instead of Workspace perhaps?
"workspace" is a global variable that represents workspace itself so changing it to game.Workspace wouldn't do much
You should try pressing "Run" in the test tab, and look if the Teleport model is still in workspace when the game is running
1 - 9 of 9 Posts
Top