Tower of Guessing Script | GET ANSWER OF FLOOR

aa80d269f809a1098437a04c96bdf603.png

Created by NoobieYeaMan

Features:

for _,v in pairs(game:GetService("Workspace")["Game"]["Floors"]:GetChildren()) do
   if v:IsA("Folder") then
       for _,x in pairs(v:GetChildren()) do
           if x:IsA("Part") then
               if (game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Position-x.Position).Magnitude < 15 then
                   local answer = string.upper(string.sub(tostring(x:FindFirstChild("String").Value), 0, 1))..string.lower(string.sub(tostring(x:FindFirstChild("String").Value), 2, string.len(tostring(x:FindFirstChild("String").Value))));
                   print(answer);
                   setclipboard(answer);
               end
           end
       end
   end
end

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ