Fall Block Script | RUIN GAME + CLICK TO ACTIVATE TILES

Created by e621CraX

Features:

  • RUIN GAME
for i,v in ipairs(game.Workspace.Maps.Map.MapModel:GetDescendants()) do
   task.spawn(function()
       if v:FindFirstChildWhichIsA("TouchTransmitter") then
           game:GetService("ReplicatedStorage").Events.TouchRE:FireServer(v)
       end
   end)
end
  • CLICK TO ACTIVATE TILES
mouse = game.Players.LocalPlayer:GetMouse()
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "ClickFall"
tool.Activated:connect(function()
   if mouse.Target:FindFirstChildWhichIsA("TouchTransmitter") then
       game:GetService("ReplicatedStorage").Events.TouchRE:FireServer(mouse.Target)
   end
end)
tool.Parent = game.Players.LocalPlayer.Backpack
game.Players.LocalPlayer.Character.Humanoid:EquipTool(tool)

ENJOY!

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

More Scripts!

TOP 10 TRENDING SCRIPTS