The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Fe Kawaii Knife script pastebin roblox
By Fe Kawaii Knife on 2024-09-22 08:00 am | Syntax: LUA | Views: 7



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --SCRIPT MADE BY HDGUEST1337HD!
  2. --Hat needed: https://www.roblox.com/catalog/4684948729/Kawaii-Knife
  3. --Controls are: R (Stab knife in urself), c (throw knife), z(Stab knife in ur head)--
  4.         local movers = {}
  5.   local tog = true
  6.   local move = false
  7.   local Player = game:GetService("Players").LocalPlayer
  8.   local Character = Player.Character
  9.   local mov = {};
  10.   local mov2 = {};
  11.    
  12.  
  13.        
  14.  
  15.   local Hats = {Ex1 = Character:WaitForChild("YandereKnife"),
  16.         }
  17.  
  18.  
  19.  
  20.   for i,v in next, Hats do
  21.    v.Handle.AccessoryWeld:Remove()
  22.    for _,mesh in next, v:GetDescendants() do
  23.     if mesh:IsA("Mesh") or mesh:IsA("SpecialMesh") then
  24.      --mesh:Remove()
  25.     end
  26.    end
  27.   end
  28.        
  29.         local Network = coroutine.create(function()
  30.             while true do
  31.                 game:GetService("RunService").Heartbeat:Wait()
  32.                 settings().Physics.AllowSleep = false
  33.                 game:GetService("Players").LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)*math.huge
  34.                 game:GetService("Players").LocalPlayer.SimulationRadius = math.pow(math.huge,math.huge)*math.huge
  35.             end
  36.         end)
  37. coroutine.resume(Network)
  38.        
  39.   function ftp(str)
  40.    local pt = {};
  41.    if str ~= 'me' and str ~= 'random' then
  42.     for i, v in pairs(game.Players:GetPlayers()) do
  43.      if v.Name:lower():find(str:lower()) then
  44.       table.insert(pt, v);
  45.      end
  46.     end
  47.    elseif str == 'me' then
  48.     table.insert(pt, plr);
  49.    elseif str == 'random' then
  50.     table.insert(pt, game.Players:GetPlayers()[math.random(1, #game.Players:GetPlayers())]);
  51.    end
  52.    return pt;
  53.   end
  54.  
  55.        
  56.         local function align(i,v)
  57.    local att0 = Instance.new("Attachment", i)
  58.    att0.Position = Vector3.new(0,0,0)
  59.    local att1 = Instance.new("Attachment", v)
  60.    att1.Position = Vector3.new(0,0,0)
  61.    local AP = Instance.new("AlignPosition", i)
  62.    AP.Attachment0 = att0
  63.    AP.Attachment1 = att1
  64.    AP.RigidityEnabled = false
  65.    AP.ReactionForceEnabled = false
  66.    AP.ApplyAtCenterOfMass = false
  67.    AP.MaxForce = 9999999
  68.    AP.MaxVelocity = math.huge
  69.    AP.Responsiveness = 200
  70.    local AO = Instance.new("AlignOrientation", i)
  71.    AO.Attachment0 = att0
  72.    AO.Attachment1 = att1
  73.    AO.ReactionTorqueEnabled = false
  74.    AO.PrimaryAxisOnly = false
  75.    AO.MaxTorque = 9999999
  76.    AO.MaxAngularVelocity = math.huge
  77.    AO.Responsiveness = 200
  78.   end
  79.  
  80.  
  81.  
  82.  
  83.   align(Hats.Ex1.Handle, Character["Torso"])
  84.  
  85.  
  86.  
  87.  
  88.  
  89.   Hats.Ex1.Handle.Attachment.Rotation = Vector3.new(180,-100,90)
  90.  
  91.        
  92.  
  93.        
  94.   Character:WaitForChild("Torso"):FindFirstChild("Attachment").Name = "Attachment1"
  95.  
  96.  
  97.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(1.6, -1, -0.5)
  98.  
  99. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  100.     if KeyPressed ==  "r" then
  101.         Hats.Ex1.Handle.Attachment.Rotation = Vector3.new(0,90,45)
  102.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(0, 0.5, -1.7)
  103.         wait(0.7)
  104.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(0, 0.5, -2)
  105.         Hats.Ex1.Handle.Attachment.Rotation = Vector3.new(-90,45,90)
  106.         wait(0.7)
  107.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(0, 0.5, -0.7)
  108.         end
  109. end)
  110.  
  111. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  112.     if KeyPressed ==  "c" then
  113. Hats.Ex1.Handle.Attachment.Rotation = Vector3.new(180,125,90)
  114.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(1.5, -1, -1.7)
  115.         wait(0.1)
  116.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(1.5, -1, -3.7)
  117.         Hats.Ex1.Handle.Attachment.Rotation = Vector3.new(180,-100,90)
  118.         wait(0.1)
  119.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(1.5, -1, -5.7)
  120.         end
  121. end)
  122.  
  123.  
  124. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(KeyPressed)
  125. if KeyPressed == "z" then
  126. Hats.Ex1.Handle.Attachment.Rotation = Vector3.new(180,60,90)
  127.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(0, 8, -0)
  128.         wait(0.2)
  129.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(0, 5, -0)
  130.         Hats.Ex1.Handle.Attachment.Rotation = Vector3.new(180,9,90)
  131.         wait(0.2)
  132.         Character:WaitForChild("Torso").Attachment1.Position = Vector3.new(0, 3, -0)
  133.         end
  134. end)



  • Recent Roblox Scripts