of     1   

EpicMessi
#228409710Monday, December 04, 2017 1:13 AM GMT

v.Character:MoveTo(CFrame.new(workspacemap:FindFirstChild('KillersSpawn').Position)) Not exactly working, output is ServerScriptService.MainScript:133: attempt to index a nil value V is already defined aswell as workspacemap Any help will be appreciated
TaaRt
#228409801Monday, December 04, 2017 1:15 AM GMT

workspacemap:FindFirstChild('KillersSpawn') is likely returning 'nil'
ExtremeBuilder15
#228410189Monday, December 04, 2017 1:25 AM GMT

^ either that or v.Character is nil (or I guess even v could be nil somehow) add print(v); print(v.Character); and print(workspacemap:FindFirstChild("KillersSpawn"))
Necronomicon_Keeper
#228410613Monday, December 04, 2017 1:35 AM GMT

CFrame takes in 2 arguements: Position and lookVector.

    of     1