#Why Isnt This Script Working?

1 messages · Page 1 of 1 (latest)

dark burrow
#

I followed a youtube tutorial to make assigned plots and the script isnt working. This is the 3rd tutorial that has failed and I dont understand why?

https://www.youtube.com/watch?v=T-ZHbbtZelU

Explaining how to make a plot system in Roblox, just like every popular game!

Plot System ➜ https://create.roblox.com/store/asset/116182053991494/Easy-Plot-System

MAIN CHANNEL ➜ https://www.youtube.com/@supdoggy_
DISCORD SERVER ➜ discord.gg/supcord

SUP STUDIOS ➜ https://www.roblox.com/groups/11607234/SUP-Studios#!/
Roblox profile ➜ ...

▶ Play video
sudden iron
#

cough cough

#
player.CharacterAdded:Connect(function(character)
--blahblah
end)```
dark burrow
#

?

#

So whats wrong with it thats what the video said to do?

dusty treeBOT
#

studio** You are now Level 2! **studio

dark burrow
#

@sudden iron

sudden iron
#

dude you typed it wrong

#

its a clear difference

#

you did

#
player.CharacterAdded:Connect(function(character)) -- wrong way
--instead of
player.CharacterAdded:Connect(function(character) --the correct way
--blahblah
end)```
dark burrow
#

Lemme check

#

I changed it and still doesnt work

sudden iron
#

show

dark burrow
sudden iron
#

show the entire code

#

that doesnt explain anything

dark burrow
sudden iron
#

you didnt even add the end) for the characteradded function

#

💔

dark burrow
#

like this? player.CharacterAdded:Connect(function(character)
local plotFolder = workspace.Map.Plots:FindFirstChild(PlotNumber.Value)
local teleportPart = plotFolder.teleport

character:PivotTo(teleportPart.CFrame)
end)

end)

#

@sudden iron

#

Okay I did it and rewrote the whole code and still isnt working

dusty void
#

if its got red lines its not gonna work