FilterYT

Untitled

Apr 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. assets = {540034631, 178993946, 461493477, 110288809}
  2. me = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  3. for i,v in pairs(me.Parent:GetChildren()) do
  4. if v:IsA'Accoutrement' then v.Parent = nil end
  5. end
  6. for i,v in pairs(assets) do
  7. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('xdd', tostring(game:GetService'MarketplaceService':GetProductInfo(v).AssetTypeId), v)
  8. end
  9. me.WalkSpeed = 50 --same
  10. mouse = game:GetService'Players'.LocalPlayer:GetMouse()
  11. exploded = false
  12. boom = mouse.Button1Down:connect(function()
  13. if exploded == true then return end
  14. exploded = true
  15. game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('boom', '8', '1527622')
  16. print'exploding!!!'
  17. exploded = true
  18. boom:Disconnect()
  19. end)
Add Comment
Please, Sign In to add comment