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

How can I fix Bad Argument #2 (interval empty)? It says the problem is on line 32. Please help.

Asked by 5 years ago
Edited 5 years ago
001-- Services
002local replicatedStorage = game:GetService("ReplicatedStorage")
003local serverStorage = game:GetService("ServerStorage")
004 
005local status = replicatedStorage.Values.Status
006 
007local timer = replicatedStorage.Values.Timer
008 
009local playersLeft = replicatedStorage.Values.PlayersLeft
010 
011local hitbox = game.ServerStorage:WaitForChild("Hitbox")
012 
013-- Config
014local playersToStart = 2
015 
View all 207 lines...

1 answer

Log in to vote
0
Answered by
Shubu13 29
5 years ago

I think

1plr.Character.HumanoidRootPart.CFrame = CFrame.new(spawns[math.random(1,#spawns)].CFrame + Vector3.new(0,5,0))
0
No, it didn't work :( rayiwnI 0 — 5y
0
hmm Shubu13 29 — 5y
Ad

Answer this question