YandZ1

Bacon hair

Mar 2nd, 2020
1,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. local UserName = game:GetService("Players").LocalPlayer.Name
  2. local Icon, Mesh, Texture = 4360506515, 2710832422, 2710832471
  3. local Name, ToolTip = "KTOOL", "Bacon Hair"
  4. local CE = {}
  5. local Variables = {
  6. workspace = game:GetService("Workspace"),
  7. players = game:GetService("Players")
  8. }
  9. local MainUserP, MainUserW = Variables.players.LocalPlayer, Variables.workspace:FindFirstChild(UserName)
  10. function CE:FireEvent(ItemName, Object, Property, Value)
  11. MainUserW:FindFirstChild(ItemName)["ServerControl"]:InvokeServer("SetProperty",{["Value"]=Value,["Property"]=Property,["Object"]=Object})
  12. end
  13. Variables.workspace.Buy:FireServer(0, "PompousTheCloud")
  14. MainUserP["Backpack"]:WaitForChild("PompousTheCloud").Parent = MainUserW
  15. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  16. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"CanBeDropped",true)
  17. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"TextureId","rbxassetid://"..Icon)
  18. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"MeshId","rbxassetid://"..Mesh)
  19. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"TextureId","rbxassetid://"..Texture)
  20. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Scale",Vector3.new(1,1,1))
  21. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["Handle"]["Mesh"],"Position",Vector3.new(14.981, 1.759, -11.839))
  22. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripForward",Vector3.new(-0.065, 0.057, -0.996))
  23. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripPos",Vector3.new(1.35, -1.3, -1.6))
  24. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripRight",Vector3.new(0.997, -0.036, -0.068))
  25. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"GripUp",Vector3.new(0.04, 0.998, 0.055))
  26. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"ToolTip",ToolTip)
  27. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"]["LocalScript"],"Disabled",true)
  28. CE:FireEvent("PompousTheCloud",MainUserW["PompousTheCloud"],"Name",Name)
  29. print[[Bacon Hair Made By Daniel]]
Advertisement
Add Comment
Please, Sign In to add comment