Script not working

please help with scripting real quick

  1. What do you want to achieve? i want my script to work

  2. What is the issue? the things the script says are somehow wrong, but i can’t figure out the mistake, there are no spelling ones

  3. What solutions have you tried so far? i controlled it many times but i couldn’t find the error

		if i == (length - 270) then
			game.ReplicatedStorage.KillFeed:FireAllClients("Frog sees you")
			local star = game.ReplicatedStorage.Stars
			local starclone = star:Clone()
			starclone.Parent = contestants.Character:FindFirstChild("HumanoidRootPart")
			local highlight = Instance.new("Highlight")
			highlight.Parent = contestants.Character
			wait(3)
		end

anyone that could help?

What is the error that you are looking for?

found the error, thank you :blush: :))

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.