Script engine : Lua Jdi saya sedang membuat script gui untuk game saya, dan setelah saya respawn , saya mulai menemukan masalah Limit:WaitForChild(“Drop”)[“Planet”][“_Name”].Text = inRegion.Value Limit:WaitForChild(“Drop”)[“OwnedBy”][“Short”].Text = OwnedBy.Value inRegion.Changed:Connect(function(Val) Limit:WaitForChild(“Drop”)[“Planet”][“_Name”].Text = Val Limit:WaitForChild(“Drop”)[“Stores”][“Short”].Text = CheckStores() Limit:WaitForChild(“Drop”)[“Jobs”][“Short”].Text = CheckJobs() if Val == “Nevarro” then Limit:WaitForChild(“Drop”)[“Planet”][“Short”].Text = “NV” elseif Val == “Endor” then Limit:WaitForChild(“Drop”)[“Planet”][“Short”].Text = “EN” else Limit:WaitForChild(“Drop”)[“Planet”][“Short”].Text = “-” end end) OwnedBy.Changed:Connect(function(Val2) Limit:WaitForChild(“Drop”)[“OwnedBy”][“Short”].Text = Val2 end)

Posted on

Script engine : Lua Jdi saya sedang membuat script gui untuk game saya, dan setelah saya respawn , saya mulai menemukan masalah Limit:WaitForChild(“Drop”)[“Planet”][“_Name”].Text = inRegion.Value Limit:WaitForChild(“Drop”)[“OwnedBy”][“Short”].Text = OwnedBy.Value inRegion.Changed:Connect(function(Val) Limit:WaitForChild(“Drop”)[“Planet”][“_Name”].Text = Val Limit:WaitForChild(“Drop”)[“Stores”][“Short”].Text = CheckStores() Limit:WaitForChild(“Drop”)[“Jobs”][“Short”].Text = CheckJobs() if Val == “Nevarro” then Limit:WaitForChild(“Drop”)[“Planet”][“Short”].Text = “NV” elseif Val == “Endor” then Limit:WaitForChild(“Drop”)[“Planet”][“Short”].Text = “EN” else Limit:WaitForChild(“Drop”)[“Planet”][“Short”].Text = “-” end end) OwnedBy.Changed:Connect(function(Val2) Limit:WaitForChild(“Drop”)[“OwnedBy”][“Short”].Text = Val2 end)

Jawaban:

ini adalah di mana error dia dalam game roblox

Penjelasan:

iiKossmoZ

7h

I’m working on a Hud UI & ran into the following issue – The UI works brilliantly first time, however, once the Player resets / dies, I begin receiving errors.

21:32:13.510 – Infinite yield possible on ‘Limit:WaitForChild(“Drop”)’