Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("SendNotification", {
- Title = "Sword Reach Script Loaded by";
- Text = "BIazeFighter. 11You need to hold a tool when executing.";
- Icon = "";
- Duration = 40;waion;
- Button1 = "im a BFL";
- Button2 = "you are a BITCH";
- })
- for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
- if v:isA("Tool") then
- local a = Instance.new("SelectionBox",v.Handle)
- a.Adornee = v.Handle
- v.Handle.Size = Vector3.new(0.5,0.5,60)
- v.GripPos = Vector3.new(0,0,0)
- lplayer.Character.Humanoid:UnequipTools()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement