Advertisement
DaOMEGAa32

ronald script

May 7th, 2019
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Name"
  4. s.SoundId = "rbxassetid://230072374"
  5. s.Volume = 1
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(0.2)
  12.  
  13. s:play()
  14. local Plr = game.Players.LocalPlayer
  15. local PChar = Plr.Character
  16. local plr = game:GetService("Players").LocalPlayer
  17. local char = plr.Character
  18.  
  19. function FindInTable(t, n)
  20. for i,v in pairs(t) do
  21. if v == n then
  22. return true
  23. end
  24. end
  25. return false
  26. end
  27. --Transformaaaaation--
  28. char["Left Arm"].BrickColor = BrickColor.new("Lily white")
  29. char["Right Arm"].BrickColor = BrickColor.new("Lily white")
  30. char.Head.BrickColor = BrickColor.new("Lily white")
  31. char["Left Leg"].BrickColor = BrickColor.new("Lily white")
  32. char["Right Leg"].BrickColor = BrickColor.new("Lily white")
  33.  
  34. for i,v in pairs(char:children'') do
  35. local toremove = {"CharacterMesh", "Shirt", "Pants", "ShirtGraphic", "Accessory"}
  36. if FindInTable(toremove, v.ClassName) then v:Destroy() end
  37. if v.ClassName == "BodyColors" then
  38. v.HeadColor = BrickColor.new("Lily white")
  39. v.LeftArmColor = BrickColor.new("Lily white")
  40. v.LeftLegColor = BrickColor.new("Lily white")
  41. v.RightArmColor = BrickColor.new("Lily white")
  42. v.RightLegColor = BrickColor.new("Lily white")
  43. v.TorsoColor = BrickColor.new("Lily white")
  44. end
  45. end
  46.  
  47. local face = char.Head:FindFirstChild'face' if face then face.Texture = "http://www.roblox.com/asset/?id=97202908" end
  48. Instance.new("Shirt", char).ShirtTemplate = "http://www.roblox.com/asset/?id=258264938"
  49. Instance.new("Pants", char).PantsTemplate = "http://www.roblox.com/asset/?id=130486832"
  50. local function CreateHat(name, meshid, textureid)
  51. local h = Instance.new("Accessory")
  52. h.Name = name
  53. local han = Instance.new("Part", h)
  54. han.Name = "Handle"
  55. local mesh = Instance.new("SpecialMesh", han)
  56. mesh.Name = "Mesh"
  57. mesh.MeshId = meshid
  58. mesh.TextureId = textureid
  59. return h,han,mesh
  60. end
  61. hum = char:FindFirstChildOfClass'Humanoid'
  62. local h,han,mesh = CreateHat("2LEGITOwl", "http://www.roblox.com/asset/?id=0", "http://www.roblox.com/asset/?id=0")
  63. han.Size = Vector3.new(1, 1, 1)
  64. mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
  65. h.AttachmentPos = Vector3.new(1.1, 0.38, 0)
  66. hum:AddAccessory(h)
  67. h,han,mesh = CreateHat("RobloxScarf", "http://www.roblox.com/asset/?id=0", "http://www.roblox.com/asset/?id=0")
  68. mesh.Scale = Vector3.new(3, 3, 3)
  69. han.Size = Vector3.new(1.9, 2, 2)
  70. h.AttachmentPos = Vector3.new(0, 1.54, 0.1)
  71. hum:AddAccessory(h)
  72. h,han,mesh = CreateHat("Beautiful Hair for Purple People", "http://www.roblox.com/asset/?id=16627529", "http://www.roblox.com/asset/?id=17423956")
  73. mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  74. han.Size = Vector3.new(2, 2, 2)
  75. hum:AddAccessory(h)
  76. --a function--
  77. function Say(text)
  78. local head = char.Head
  79. local fh = head:Clone()
  80. fh:ClearAllChildren()
  81. fh.Transparency = 1
  82. local bg = Instance.new("BillboardGui", fh)
  83. bg.Size = UDim2.new(6, 0, 6, 0)
  84. bg.StudsOffset = Vector3.new(0, 3, 0)
  85. local f = Instance.new("Frame", bg)
  86. f.Size = UDim2.new(1, 0, 1, 0)
  87. f.BackgroundTransparency = 1
  88. local tl = Instance.new("TextLabel", f)
  89. tl.BackgroundTransparency = 1
  90. tl.Size = UDim2.new(5, 0, 1, 0)
  91. tl.Position = UDim2.new(-2, 0, 0)
  92. tl.TextColor3 = Color3.new(1, 1, 1)
  93. tl.TextScaled = true
  94. tl.Text = ""
  95. tl.TextColor3 = BrickColor.new("Really black").Color
  96. tl.Font = Enum.Font.Fantasy
  97. tl.TextSize = 120
  98. fh.Parent = Instance.new("Model", plr.Character)
  99. local Joint = Instance.new("Weld", game.JointsService)
  100. Joint.Part0 = head
  101. Joint.Part1 = fh
  102.  
  103. local letters = {}
  104. text:gsub(".",function(c) table.insert(letters,c) end)
  105. for i,v in pairs(letters) do
  106. tl.Text = tl.Text .. tostring(v)
  107. wait(1/20)
  108. end
  109. wait(1)
  110. fh.Parent:Destroy()
  111. end
  112.  
  113. function ReloadChat() --hax
  114. local chat = plr:FindFirstChildOfClass'PlayerGui':FindFirstChild'SB_Chat'
  115. if chat then
  116. chat:Destroy()
  117. end
  118. plr.PlayerScripts.ChatScript:Destroy()
  119. game:GetService("Chat").ChatScript:Clone().Parent = plr.PlayerScripts
  120. plr:FindFirstChildOfClass'PlayerGui':WaitForChild'Chat'.Name = "SB_Chat"
  121. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement