www.roblox-scripter.com

Script – Space Tycoon

Thank you for using our website
Your script:

				
					getgenv().GemFarm = true

while getgenv().GemFarm do
	task.wait()
	for _, v in pairs(game:GetService("Workspace").HiddenStuff.TitanThing.Gems:GetChildren()) do
		if v:IsA("MeshPart") then
			firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 0)
			firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 1)
		end
	end

	for _, v in pairs(game:GetService("Workspace").HiddenStuff.TitanThing:GetChildren()) do
		if v.Name == "Chest" and v:FindFirstChild("Toucher") then
			firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Toucher, 0)
			firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Toucher, 1)
		end
	end
end
				
			

How about trying out new scripts?