Find any script for Roblox

Enter the name of the game or script.

Thy hood script – (get excalibur sword)

Functions: Get excalibur sword

Script developer: …

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

				
					local workspace = game.workspace;
local player = game:GetService("Players").LocalPlayer;
local goldenTrashPile = workspace:FindFirstChild("golden trash pile");
local trashCore = goldenTrashPile.trashcore;
local promimityPrompt = trashCore.ProximityPrompt;
function getHumanoidRootPart()
   local character = player.Character or player.Character:Wait();
   return character.HumanoidRootPart;
end
local oldCFrame = getHumanoidRootPart().CFrame;
getHumanoidRootPart().CFrame = CFrame.new(trashCore.Position.x , trashCore.Position.y + 3 , trashCore.Position.z);
wait(0.5)
fireproximityprompt(promimityPrompt , 0);
getHumanoidRootPart().CFrame = oldCFrame;
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *