Residence Massacre Script: Noclip, Teleports & More
- Developer: code_00219
- Status:
UNDETECTED
- Updated: 14.10.23
- Current version: 1.0
Hello dear visitors, perhaps among you there are players of roblox Residence Massacre and you are looking for a script for it? You have come to the right page, here you will find a good script giving you new possibilities. This script was developed by an author called code_00219, on the screenshot you can see that it has a graphical interface that controls functions such as: Safe, Safe 2, Noclip and most importantly Teleports, it will allow you to quickly and easily move from one place to another in the game. This feature will also be useful for players who want to explore different areas of the game world, do quests that require traveling, or just move around the game map with ease. Script for Residence Massacre will be available to you for free on this page.
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))()
local Window = Library.CreateLib("Residence Massacre by code_00219", "RJTheme5")
local Tab = Window:NewTab("SafeScript")
local Section = Tab:NewSection("Safe")
Section:NewButton("Safe", "Tp To safe place", function()
local Character = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait()
if Character then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-79.71, 21.27, -124.94)
end
end)
Section:NewButton("Safe 2", "Tp To safe place 2", function()
local Character = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait()
if Character then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15.41, 25.29, -53.18)
end
end)
Section:NewButton("Noclip", "Noclip", function()
local Noclip = nil
local Clip = nil
function noclip()
Clip = false
local function Nocl()
if Clip == false and game.Players.LocalPlayer.Character ~= nil then
for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
if v:IsA('BasePart') and v.CanCollide and v.Name ~= floatName then
v.CanCollide = false
end
end
end
wait(0.21) -- basic optimization
end
Noclip = game:GetService('RunService').Stepped:Connect(Nocl)
end
function clip()
if Noclip then Noclip:Disconnect() end
Clip = true
end
noclip() -- to toggle noclip() and clip()
end)
local Tab = Window:NewTab("FastTp")
local Section = Tab:NewSection("Teleport")
Section:NewButton("Home", "Teleport to Home", function()
local Character = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait()
if Character then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-34.18, 9.54, -47.09)
end
end)
Section:NewButton("Oxygen Generator", "Teleport to Oxygen Generator", function()
local Character = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait()
if Character then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-79.69, 6.29, -127.54)
end
end)
Section:NewButton("Electrical Generator", "Teleport to Electrical Generator", function()
local Character = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait()
if Character then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1.48, 6.19, -95.05)
end
end)
Section:NewButton("Floor 2", "Teleport to Floor 2", function()
local Character = game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait()
if Character then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3.90, 25.29, -71.19)
end
end)
Free Download Residence Massacre Script: Noclip, Teleports & More
0 comments
Information
Users of Guests are not allowed to comment this publication.
If you have a problem, write to us.