BiggerHeadBigHead

script2

Feb 28th, 2021 (edited)
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.67 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  2. if (key==bind) then
  3. game.ReplicatedStorage.Clothes:FireServer({[1] = "1055299", [2] = "none", [3] = "none", [4] = "none", [5] = "none", [2] = "none"})
  4. wait(0.3)
  5. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  6. if (v:IsA("Accessory")) then
  7. v.Parent = workspace
  8. end
  9. end
  10. end
  11. end)
  12.  
  13. local notification = Instance.new("BindableFunction")
  14. notification.OnInvoke = callback
  15.  
  16. game.StarterGui:SetCore("SendNotification", {
  17.     Title = "Made by DigitalSights";
  18.     Text = "Tiie#0249";
  19.     Icon = "";
  20.     Duration = 5;
  21.     Button1 = "";
  22.     Button2 = "";
  23.     Callback = notification;
  24. })
Add Comment
Please, Sign In to add comment