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

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

Asked by 2 years ago
Edited by Xapelize 2 years ago
001--[[
002    Author: WelpNathan
003    Date: 31/05/2018
004 
005    Script: This script will control how the SCP reacts to touching
006            and other interactions.
007--]]
008 
009---------------------------
010--   V A R I A B L E S   --
011---------------------------
012 
013-- ROBLOX Services
014local players = game:GetService('Players')
015local physicsService = game:GetService("PhysicsService")
View all 239 lines...

1 answer

Log in to vote
1
Answered by
Puppynniko 1059 Moderation Voter
2 years ago

Read the error it says sitedoors is not in workspace check if it exist or is correctly named

Ad

Answer this question