Roblox Baby Simulator Sizes

Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Dec 9th, 2016
Never

Codes For Baby Simulator Roblox

Roblox baby simulator sizes chartRoblox Baby Simulator Sizes

Roblox Been A Baby Simulator

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local c = Player.Character
  2. c = Player.CharacterAdded:wait()
  3. radio.Name = 'Radio'
  4. radio.Anchored = true
  5. radio.Size = Vector3.new(3.2, 1.43, 0.8)
  6. radio.CFrame = c.Torso.CFrame * CFrame.new(0,0,.8)
  7. radio.CFrame = radio.CFrame * CFrame.fromEulerAnglesXYZ(0,3.15,0)
  8. radio.CFrame = radio.CFrame * CFrame.fromEulerAnglesXYZ(0,0,-.7)
  9. local mesh = Instance.new('SpecialMesh',radio)
  10. mesh.MeshId = 'http://www.roblox.com/asset/?id=151760030'
  11. mesh.TextureId = 'https://www.roblox.com/Sweg-item?id=156708131'
  12. local weld = Instance.new('Weld',radio)
  13. weld.Part1 = radio
  14. weld.C1 = radio.CFrame:inverse()
  15. sound.Name = 'Music'
  16. sound.Volume = 1
  17. local gui = Instance.new('ScreenGui',Player.PlayerGui)
  18. local frame = Instance.new('Frame',gui)
  19. frame.BackgroundColor3 = Color3.new(58/255,58/255,58/255)
  20. frame.BorderSizePixel = 2
  21. frame.Position = UDim2.new(0,20,.5,-100)
  22. local playb = Instance.new('TextButton',frame)
  23. playb.BorderColor3 = Color3.new(0,0,0)
  24. playb.Size = UDim2.new(.3,0,.2,0)
  25. playb.Text = 'Play'
  26. playb.TextScaled = true
  27. local stopb = Instance.new('TextButton',frame)
  28. stopb.BorderColor3 = Color3.new(0,0,0)
  29. stopb.Size = UDim2.new(.3,0,.2,0)
  30. stopb.Text = 'Stop'
  31. stopb.TextScaled = true
  32. local stipb = Instance.new('TextBox',frame)
  33. stipb.BorderColor3 = Color3.new(0,0,0)
  34. stipb:TweenSize(UDim2.new(.5,0,.25,0),'Out','Quad',1,true)
  35. stipb.Text = 'SoundId'
  36. stipb.TextScaled = true
  37. local label = Instance.new('TextLabel',frame)
  38. label.TextScaled = true
  39. label.TextColor3 = Color3.new(255,255,255)
  40. --stipb.Size = UDim2.new(1,0,.2,0)
  41. local Playing = false
  42. stipb.Changed:connect(function()
  43. end)
  44. playb.MouseButton1Click:connect(function()
  45. Playing = true
  46. sound:Stop()
  47. end)
  48. while true do
  49. mesh.Scale = Vector3.new(1.1,1.1,1.1)
  50. mesh.Scale = Vector3.new(1,1,1)
  51. wait(.2)

Roblox Baby Simulator Levels

RAW Paste Data