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

Cframe is not a valid member of weld?

Asked by 4 years ago

character:FindFirstChild("HumanoidRootPart").CFrame = AvailableSpawnPoints[1].CFrame table.remove(AvailableSpawnPoints,1)

It says CFrame is not a valid member of weld even though the deafult roblox spawn has weld in it?

0
What are you trying to do.? Teleport a player to a spawn? In that case you can save parts in AvailableSpawnPoints. Looks like youre saving welds instead.  royaltoe 5144 — 4y
0
But how would i save parts in AvailableSpawnPoints canihavedatcookie 0 — 4y
0
Maybe include what you're defining "AvailableSpawnPoints" as. You've could've possibly defined it wrong and instead of defining the part you want to teleport the player to, you defined the weld inside of the part. Master_Aaron 59 — 4y
0
Could you possibly send the script? canihavedatcookie 0 — 4y

Answer this question