#INFINITE YIELD PROBLEM (serverstorage)
9 messages · Page 1 of 1 (latest)
ServerStorage is a service like ReplicatedStorage
It's not located in ReplicatedStorage
local ServerStorage = game:GetService("ServerStorage")
ServerStorage:WaitForChild("unClone_"):WaitForChild("AamTum")
Also an infinite yield error means this thing does not exist
** You are now Level 3! **
@rose merlin
Also include a TimeOut limit if you don't want to see the annoying warnings in the output all the time:
local Part = game.Workspace:WaitForChild("Part", 30) -- Will give up waiting for it after 30 seconds, no warning either.
I CHANGE THE SCRIPT to you said and it stil said
local model =** Infinite yield possible on **serverstorage:WaitForChild("unClone_"):WaitForChild("AamTum")
i know the model in in there but why ti said ,it doesnt exist?
still give error
Could you send me a picture of where the folder is located>