Roblox Lua Pdf Download

Roblox Lua Scripting For Beginners. Download and Read online Roblox Lua Scripting For Beginners ebooks in PDF, epub, Tuebl Mobi, Kindle Book. Get Free Roblox Lua Scripting For Beginners Textbook and unlimited access to our library by created an account.

Basic Roblox Lua Programming Pdf Download

Download

Roblox Lua Lessons

RobloxDownload
Sep 9th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local user = game.Players.LocalPlayer.Backpack
  2. local handle = Instance.new('Part',sword)
  3. local DAMAGE = 35
  4. local sound2 = Instance.new('Sound',handle)
  5. script.Parent = sword
  6. --local animation = Instance.new('Animation',script)
  7. --animation.AnimationId = 'http://www.roblox.com/Asset?ID=992817684'
  8. sound.SoundId = 'rbxasset://sounds//swordlunge.wav'
  9. sound.PlaybackSpeed = 1.17
  10. sound2.SoundId = 'rbxasset://sounds//unsheath.wav'
  11. sound2.PlaybackSpeed = 0.8
  12. sound2.Name = 'Unsheath'
  13. function unsheathanimation()
  14. sword.GripPos = sword.GripPos + Vector3.new(0,5,0)
  15. sword.GripPos = sword.GripPos + Vector3.new(0,-1,0)
  16. end
  17. sound2:Play()
  18. if (h ~= nil) then
  19. end
  20. --4
  21. for i = 1,5 do
  22. sword.GripUp = sword.GripUp + Vector3.new(0,0,1)
  23. end
  24. sword.GripUp = sword.GripUp + Vector3.new(0,0,-1)
  25. handle.Size = handle.Size + Vector3.new(-4,-1,-2)
  26. handle.Size = handle.Size + Vector3.new(0.6, 3.6, 0.4)
  27. mesh.MeshId = 'http://www.roblox.com/asset/?id=94746028'
  28. mesh.TextureId = 'http://www.roblox.com/asset/?ID=94746105'
  29. sword.Equipped:connect(unsheathsound)
  30. sword.Activated:connect(animate)
RAW Paste Data