Advertisement
BobMe

TinyMeepTest -- Danceless

Apr 8th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. --[[dont u even dare take credit
  3. cus dis mai law ok and if u break my law i keel u in sb
  4.  
  5. btw there's no point in re-naming "LocalPlayer" to "YOURNAMEHERE" or whatever, localplayer is the CLIENT itself.
  6. + i did a small update so you still have your clothes on when small ok?
  7. + ok wtf you need to stop using this i have regrets upon using it because it was made in 2014 ok
  8. my anims have improved so much that you haven't seen my latest works
  9. ++ This is an edit of Memo1332, please, everything said above, please follow.
  10. +++ yes one other person of mine helped out with the camera, and no its not just a simple "id changing" i'm not at your level of
  11. skill.
  12. ++++ btw if someone else uses this in VoidSB ill be amazed; this is my favorite mini meep by far :p
  13. +++++ dam with each mep i love it even more and more. c;
  14. ~AmbientOcclusion (formerly madiik)
  15. ]]--
  16.  
  17. local ran,err = ypcall(function()
  18. plr = game:service'Players'.LocalPlayer
  19. char = plr.Character
  20. mouse = plr:GetMouse()
  21. humanoid = char:findFirstChild("Humanoid")
  22. torso = char:findFirstChild("Torso")
  23. head = char.Head
  24. ra = char:findFirstChild("Right Arm")
  25. la = char:findFirstChild("Left Arm")
  26. rl = char:findFirstChild("Right Leg")
  27. ll = char:findFirstChild("Left Leg")
  28. rs = torso:findFirstChild("Right Shoulder")
  29. ls = torso:findFirstChild("Left Shoulder")
  30. rh = torso:findFirstChild("Right Hip")
  31. lh = torso:findFirstChild("Left Hip")
  32. neck = torso:findFirstChild("Neck")
  33. rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
  34. anim = char:findFirstChild("Animate")
  35. rootpart = char:findFirstChild("HumanoidRootPart")
  36. camera = workspace.CurrentCamera
  37. do --Removing ROBLOX's new Looped bug >_>
  38. local function rec(x)
  39. for i,v in pairs(x:children()) do
  40. if v:IsA'Animation' then
  41. v.AnimationId = 'rbxassetid://28159255'
  42. end
  43. rec(v)
  44. end
  45. end
  46. rec(anim) --the Animate script
  47. end
  48.  
  49. humanoid.Jump = true
  50.  
  51. wait(.4)
  52.  
  53.  
  54. if anim then
  55. anim:Destroy()
  56. end
  57.  
  58.  
  59. rj.C0 = CFrame.new()
  60. rj.C1 = CFrame.new()
  61.  
  62.  
  63.  
  64. Instance.new("HumanoidController", game:service'ControllerService')
  65. Instance.new("SkateboardController", game:service'ControllerService')
  66. Instance.new("VehicleController", game:service'ControllerService')
  67.  
  68.  
  69.  
  70.  
  71. --minimize
  72. rh.Parent = nil
  73. lh.Parent = nil
  74. rs.Parent = nil
  75. ls.Parent = nil
  76. neck.Parent = nil
  77. rj.Parent = nil
  78.  
  79.  
  80. rl.FormFactor = "Custom"
  81. ll.FormFactor = "Custom"
  82. ra.FormFactor = "Custom"
  83. la.FormFactor = "Custom"
  84. torso.FormFactor = "Custom"
  85. head.FormFactor = "Custom"
  86. rootpart.FormFactor = "Custom"
  87.  
  88.  
  89.  
  90.  
  91. rootpart.Size = Vector3.new(.2, .2, .1)
  92. rl.Size = Vector3.new(.1, .2, .1)
  93. ll.Size = Vector3.new(.1, .2, .1)
  94. ra.Size = Vector3.new(.1, .2, .1)
  95. la.Size = Vector3.new(.1, .2, .1)
  96. torso.Size = Vector3.new(.2, .2, .1)
  97. head.Size = Vector3.new(.2, .1, .1)
  98.  
  99. rh.Parent = torso
  100. lh.Parent = torso
  101. rs.Parent = torso
  102. ls.Parent = torso
  103. neck.Parent = torso
  104. rj.Parent = rootpart
  105.  
  106. rootpart.CustomPhysicalProperties = PhysicalProperties.new(100,0,100,0,0)
  107. torso.CustomPhysicalProperties = PhysicalProperties.new(100,0,100,0,0)
  108. head.CustomPhysicalProperties = PhysicalProperties.new(100,0,100,0,0)
  109. rl.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
  110. ll.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
  111. ra.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
  112. la.CustomPhysicalProperties = PhysicalProperties.new(100,00,100,0,0)
  113.  
  114.  
  115. if torso:findFirstChild("roblox") then
  116. local p = Instance.new("Part", char)
  117. p.FormFactor = "Custom"
  118. p.Size = torso.Size
  119. p.Transparency = 1
  120. p:BreakJoints()
  121. local w = Instance.new("Weld", char)
  122. w.Part0 = p
  123. w.Part1 = torso
  124. torso:findFirstChild("roblox").Parent = p
  125. end
  126.  
  127.  
  128. --[[mesh1 = Instance.new("SpecialMesh", torso)
  129. mesh1.Name = "Mesh"
  130. mesh1.Scale = torso.Size - Vector3.new(torso.Size.x/2, torso.Size.y/2, 0)
  131. mesh1.MeshId = "rbxasset://fonts/torso.mesh"
  132. mesh2 = Instance.new("SpecialMesh", la)
  133. mesh2.Name = "Mesh"
  134. mesh2.Scale = la.Size - Vector3.new(0, la.Size.y/2, 0)
  135. mesh2.MeshId = "rbxasset://fonts/leftarm.mesh"
  136. mesh3 = Instance.new("SpecialMesh", ra)
  137. mesh3.Name = "Mesh"
  138. mesh3.Scale = ra.Size - Vector3.new(0, ra.Size.y/2, 0)
  139. mesh3.MeshId = "rbxasset://fonts/rightarm.mesh"
  140. mesh4 = Instance.new("SpecialMesh", ll)
  141. mesh4.Name = "Mesh"
  142. mesh4.Scale = ll.Size - Vector3.new(0, ll.Size.y/2, 0)
  143. mesh4.MeshId = "rbxasset://fonts/leftleg.mesh"
  144. mesh5 = Instance.new("SpecialMesh", rl)
  145. mesh5.Name = "Mesh"
  146. mesh5.Scale = rl.Size - Vector3.new(0, rl.Size.y/2, 0)
  147. mesh5.MeshId = "rbxasset://fonts/rightleg.mesh"--]]
  148.  
  149.  
  150. --0.3 = 1.5, 0.1 = 0.5, 0.2 = 1
  151.  
  152. ls.C0 = CFrame.new(-.15,.05,0)
  153. ls.C1 = CFrame.new(0,.05,0)
  154. rs.C0 = CFrame.new(.15,.05,0)
  155. rs.C1 = CFrame.new(0,.05,0)
  156. rh.C0 = CFrame.new(.05,-.1,0)
  157. rh.C1 = CFrame.new(0, .1, 0)
  158. lh.C0 = CFrame.new(-.05,-.1,0)
  159. lh.C1 = CFrame.new(0, .1, 0)
  160. neck.C0 = CFrame.new(0,.1,0)
  161. neck.C1 = CFrame.new(0,-.05,0)
  162.  
  163. bodyc = char:findFirstChild("Body Colors")
  164. if bodyc then
  165. bodyc:Destroy()
  166. end
  167.  
  168. wait(1)
  169.  
  170. local body = {}
  171. for i,v in pairs(char:children()) do
  172. if v:IsA'BasePart' then
  173. print(v.Name)
  174. body[v.Name] = {Color = v.BrickColor}
  175. end
  176. end
  177.  
  178. print(body.Torso)
  179. function restorecolors()
  180. for _,bp in pairs(char:children()) do
  181. if bp:IsA("BasePart") then
  182. bp.BrickColor = body[bp.Name].Color
  183. end
  184. end
  185. end
  186.  
  187.  
  188. local LightForTorso = Instance.new("PointLight", head)
  189. LightForTorso.Color = torso.BrickColor.Color
  190. LightForTorso.Range = 7
  191. LightForTorso.Brightness = 1.5
  192.  
  193.  
  194.  
  195.  
  196. local slidecount = 0
  197. local slidecountmax = 0
  198. local anim = ""
  199. local lastanim = anim
  200. local speed = 0
  201. local looking = false
  202. local global_wait = 0
  203.  
  204. count = 0
  205. countspeed = 1
  206. sine = 0
  207. sinespeed = 1
  208.  
  209.  
  210.  
  211. humanoid.WalkSpeed = 3
  212.  
  213.  
  214. local controllerService = game:GetService("ControllerService")
  215. local controller = controllerService:GetChildren()[1]
  216.  
  217.  
  218. local colors = {"White", "Really black"}
  219.  
  220. humanoid.Died:connect(function()
  221. for cframe_parts = 0, 100 do
  222. local p = Instance.new("Part")
  223. p.FormFactor = "Custom"
  224. p.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  225. p.Size = Vector3.new(1, 1, 1)
  226. Instance.new("BlockMesh", p).Scale = Vector3.new(0.05, 0.05, 0.05)
  227. p.Locked = true
  228. p.CanCollide = false
  229. p.Anchored = true
  230. p.CFrame = torso.CFrame * CFrame.Angles(math.random(-36, 36),math.random(-36, 36),math.random(-36, 36))
  231. p.Parent = workspace
  232. game:service'Debris':AddItem(p, 5)
  233. coroutine.wrap(function()
  234. while wait() do
  235. if p ~= nil then
  236. p.CFrame = p.CFrame * CFrame.new(0, 0.085, 0)
  237. p.Mesh.Scale = p.Mesh.Scale - Vector3.new(0.005, 0, 0.005) + Vector3.new(0, 0.01, 0)
  238. p.Transparency = p.Transparency + 0.015
  239. else
  240. break
  241. end
  242. end
  243. end)()
  244. end
  245. for _,v in pairs(char:children()) do
  246. if v:IsA("Part") then
  247. v:Destroy()
  248. end
  249. end
  250.  
  251. end)
  252.  
  253.  
  254. mouse.KeyDown:connect(function(k)
  255.  
  256. if string.byte(k) == 50 then
  257.  
  258. if dancing then return end
  259. sitting = not sitting
  260. if sitting then
  261. local ray = Ray.new(torso.Position, Vector3.new(0, -1, 0))
  262. local hitz,enz = workspace:FindPartOnRay(ray, char)
  263.  
  264.  
  265. if hitz then
  266. controller.Parent = nil
  267. humanoid.WalkSpeed = 0
  268. coroutine.wrap(function()
  269. while wait() do
  270. humanoid.PlatformStand = true
  271. if sitting == false then humanoid.PlatformStand = false break end
  272. end
  273. end)()
  274. rj.C0 = CFrame.new(0, -0.175, 0) * CFrame.Angles(math.rad(10), 0, 0)
  275. lh.C0 = CFrame.new(-.05,-.1,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  276. rh.C0 = CFrame.new(.05,-.1,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  277. ls.C0 = CFrame.new(-.15,.05,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  278. rs.C0 = CFrame.new(.15,.05,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  279.  
  280. miniweld = Instance.new("Weld", char)
  281. miniweld.C0 = hitz.CFrame:toObjectSpace(rootpart.CFrame)
  282. miniweld.Part0 = hitz
  283. miniweld.Part1 = rootpart
  284. else
  285. sitting = false
  286. return
  287. end
  288. else
  289. if miniweld then
  290. miniweld:Destroy()
  291. end
  292. controller.Parent = controllerService
  293. humanoid.PlatformStand = true
  294. humanoid.WalkSpeed = 3
  295. end
  296. end
  297.  
  298. if k == "p" then
  299. if plr.Character.Humanoid.JumpPower ~= 32 then
  300. plr.Character.Humanoid.JumpPower = 32
  301. warn("Jump Power is now 32; press U for normal jump power")
  302. end
  303. end
  304. if k == "u" then
  305. if plr.Character.Humanoid.JumpPower ~= 50 then
  306. plr.Character.Humanoid.JumpPower = 50
  307. print("Jump Power is now normal; 50")
  308. end
  309. end
  310. if string.byte(k) == 93 then
  311. if plr.Character.Humanoid.WalkSpeed ~= 3
  312. then
  313. plr.Character.Humanoid.WalkSpeed = 3
  314. warn("Walkspeed is now 3 press shift to return to normal")
  315. end
  316. end
  317. if string.byte(k) == 48 or string.byte(k) == 47 then
  318. if sitting then return end
  319. humanoid.WalkSpeed = 18
  320. end
  321. if string.byte(k) == 52 then
  322. if sitting then return end
  323. humanoid.WalkSpeed = 6
  324. end
  325. end)
  326.  
  327. mouse.KeyUp:connect(function(k)
  328. if string.byte(k) == 48 or string.byte(k) == 47 then
  329. if sitting then return end
  330. humanoid.WalkSpeed = 6
  331. end
  332. end)
  333.  
  334.  
  335. game:service'RunService'.Stepped:connect(function()
  336. count = (count % 100) + (countspeed/2)
  337. angle = math.pi * math.sin(math.pi*2/100*count)
  338.  
  339. if slidecount < slidecountmax then
  340. slidecount = slidecount + speed
  341. end
  342. if slidecount > slidecountmax then
  343. slidecount = slidecount - speed
  344. end
  345. if global_wait == 380 then global_wait = 0 end
  346.  
  347. sine = sine + sinespeed
  348. if not dancing then
  349. if not sitting then
  350. local ray = Ray.new(rootpart.Position, Vector3.new(0, -1, 0))
  351. local hitz, enz = workspace:FindPartOnRay(ray, char)
  352. if not hitz then
  353. ls.C0 = CFrame.new(-.15,.05,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + angle*0.05, 0, 0)
  354. rs.C0 = CFrame.new(.15,.05,0) * CFrame.Angles((math.pi/8/5*slidecount) + math.pi + -angle*0.05, 0, 0)
  355. lh.C0 = CFrame.new(-.05,-.1,0) * CFrame.Angles(-angle*0.28, 0, 0)
  356. rh.C0 = CFrame.new(.05,-.1,0) * CFrame.Angles(angle*0.28, 0, 0)
  357. if not looking then
  358. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  359. end
  360. neck.C0 = CFrame.new(0,.1,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  361. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 2 then
  362.  
  363. -- idle anim
  364.  
  365. anim = "Idle"
  366. if anim ~= lastanim then
  367. if lastanim == "Walking" then
  368. speed = 0.5
  369. slidecount = 1
  370. slidecountmax = 0
  371. elseif lastanim == "Running" then
  372. speed = 2.5
  373. slidecount = 5
  374. slidecountmax = 0
  375. else
  376. slidecount = 0
  377. slidecountmax = 0
  378. end
  379. end
  380. countspeed = 1
  381. ls.C0 = CFrame.new(-.15,.05,0) * CFrame.Angles(angle*0.02, 0, 0)
  382. rs.C0 = CFrame.new(.15,.05,0) * CFrame.Angles(-angle*0.02, 0, 0)
  383. lh.C0 = CFrame.new(-.05,-.1,0) * CFrame.Angles(-angle*0.01, 0, 0)
  384. rh.C0 = CFrame.new(.05,-.1,0) * CFrame.Angles(angle*0.01, 0, 0)
  385. if not looking then
  386. rj.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  387. end
  388. neck.C0 = CFrame.new(0,.1,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  389. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude < 14 then
  390. looking = false
  391. -- walk anim
  392. anim = "Walking"
  393. if anim ~= lastanim then
  394. speed = 0.2
  395. slidecount = 0
  396. slidecountmax = 1
  397. if lastanim == "Running" then
  398. slidecount = 5
  399. end
  400. end
  401. countspeed = 6
  402. ls.C0 = CFrame.new(-.15,.05,0) * CFrame.Angles(angle*0.3, 0, math.abs(angle*0.02))
  403. rs.C0 = CFrame.new(.15,.05,0) * CFrame.Angles(-angle*0.3, 0, -math.abs(angle*0.02))
  404. lh.C0 = CFrame.new(-.05,-.1,0) * CFrame.Angles(-angle*0.28, 0, -math.abs(angle*0.01))
  405. rh.C0 = CFrame.new(.05,-.1,0) * CFrame.Angles(angle*0.28, 0, math.abs(angle*0.01))
  406. rj.C0 = CFrame.new(0, math.abs(-angle*0.035), 0) * CFrame.Angles(-math.pi/8/5*slidecount, 0, 0)
  407. neck.C0 = CFrame.new(0,.1,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  408. elseif Vector3.new(torso.Velocity.x, 0, torso.Velocity.z).magnitude >= 14 then
  409. --run anim
  410. anim = "Running"
  411. if anim ~= lastanim then
  412. speed = 1
  413. slidecount = 0
  414. slidecountmax = 5
  415. if lastanim == "Walking" then
  416. slidecount = 1
  417. end
  418. end
  419.  
  420. looking = false
  421. countspeed = 9
  422. ls.C0 = CFrame.new(-.15,.05,0) * CFrame.Angles(angle*0.4, 0, math.abs(angle*0.07))
  423. rs.C0 = CFrame.new(.15,.05,0) * CFrame.Angles(-angle*0.4, 0, -math.abs(angle*0.07))
  424. lh.C0 = CFrame.new(-.05,-.1,0) * CFrame.Angles(-angle*0.38, 0, -math.abs(angle*0.03))
  425. rh.C0 = CFrame.new(.05,-.1,0) * CFrame.Angles(angle*0.38, 0, math.abs(angle*0.03))
  426. neck.C0 = CFrame.new(0,.1,0) * CFrame.Angles(math.pi/8/5*slidecount, 0, 0)
  427. rj.C0 = CFrame.new(0, math.abs(-angle*.055), 0) * CFrame.Angles(-math.pi/8/5*slidecount, math.sin(angle*0.05), 0)
  428. end
  429.  
  430. lastanim = anim
  431. else
  432. countspeed = 1
  433. local ray = Ray.new(rootpart.Position, Vector3.new(0, -2, 0))
  434. local hitz, enz = workspace:FindPartOnRay(ray, char)
  435. if not hitz then
  436. rj.C0 = CFrame.new(0, -0.25, 0) * CFrame.Angles(-math.pi/2, 0, 0)
  437. lh.C0 = CFrame.new(-.05,-.1,0) * CFrame.Angles(math.rad(30), 0, -math.pi/16)
  438. rh.C0 = CFrame.new(.05,-.1,0) * CFrame.Angles(math.rad(30), 0, math.pi/16)
  439. ls.C0 = CFrame.new(-.15,.05,0) * CFrame.Angles(-math.pi-math.rad(30), 0, -math.pi/10)
  440. rs.C0 = CFrame.new(.15,.05,0) * CFrame.Angles(-math.pi-math.rad(30), 0, math.pi/10)
  441. else
  442. rj.C0 = CFrame.new(0, -0.175, 0) * CFrame.Angles(math.rad(10), 0, 0)
  443. lh.C0 = CFrame.new(-.05,-.1,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, -math.pi/16)
  444. rh.C0 = CFrame.new(.05,-.1,0) * CFrame.Angles(math.pi/2-math.rad(10), 0, math.pi/16)
  445. ls.C0 = CFrame.new(-.15,.05,0) * CFrame.Angles(-math.rad(10), 0, -math.pi/10)
  446. rs.C0 = CFrame.new(.15,.05,0) * CFrame.Angles(-math.rad(10), 0, math.pi/10)
  447. end
  448.  
  449. neck.C0 = CFrame.new(0,.1,0) * CFrame.Angles(angle*0.055, 0, 0)
  450. end
  451. end
  452. end)
  453.  
  454.  
  455. plr.Chatted:connect(function(msg)
  456. game:service'Chat':Chat(head, msg, 1)
  457. if msg == "die/" then
  458. char:breakJoints()
  459. end
  460. end)
  461.  
  462. end)
  463. if not ran and err then
  464. print(err)
  465. end
  466.  
  467. mouse.Button1Down:connect(function()
  468. if plr.Character.Parent ~= workspace.Camera then
  469. if mouse ~= nil then
  470. if mouse.Target ~= nil then
  471. part = mouse.Target
  472. bp = Instance.new("BodyPosition",part)
  473. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  474. bp.Position = part.Position
  475. particles = Instance.new("ParticleEmitter",part)
  476. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  477. particles.Size = NumberSequence.new(1)
  478. particles.Texture = "rbxassetid://292289455"
  479. particles.VelocitySpread = 360
  480. particles.Speed = NumberRange.new(0)
  481. particles.RotSpeed = NumberRange.new(0)
  482. particles.Rotation = NumberRange.new(0)
  483. particles.Rate = 250
  484. particles.Lifetime = NumberRange.new(.2,.4)
  485. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  486. dwn = true
  487. end
  488. end
  489. while dwn == true do
  490. wait()
  491. bp.Position = mouse.hit.p
  492. if part then
  493. if part.Parent:FindFirstChildOfClass("Humanoid") then
  494. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  495. end
  496. end
  497. end
  498. end
  499. end)
  500. mouse.Button1Up:connect(function()
  501. dwn = false
  502. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  503. if bp then bp:Destroy() end
  504. if particles then particles:Destroy() end
  505. end)
  506.  
  507. mouse.KeyDown:connect(function(key)
  508. if key == "c" then
  509. local clone = part:Clone()
  510. clone.Parent = workspace
  511. clone.Anchored = false
  512. clone:ClearAllChildren()
  513. clone.CanCollide = true
  514. bp.Parent = clone
  515. particles.Parent = clone
  516. if part.Parent:FindFirstChildOfClass("Humanoid") then
  517. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  518. end
  519. part:Destroy()
  520. part = clone
  521. end
  522. end)
  523.  
  524. base = Instance.new("ScreenGui",plr.PlayerGui)
  525. bbg = Instance.new("BillboardGui",plr.Character.Head)
  526. bbg.Size = UDim2.new(0,200,0,50)
  527. bbg.StudsOffset = Vector3.new(0,1.5,0)
  528. bbgTl = Instance.new("TextLabel",bbg)
  529. bbgTl.BackgroundTransparency = 1
  530. bbgTl.Size = UDim2.new(10,0,1,0)
  531. bbgTl.Position = UDim2.new(-4.5,-3,0,0)
  532. bbgTl.Font = "SourceSansBold"
  533. bbgTl.Text = " "
  534. bbgTl.TextSize = 38
  535. bbgTl.TextStrokeColor3 = Color3.new(0.3,0.3,0.3)
  536. bbgTl.TextColor3 = Color3.new(0,0,0)
  537. bbgTl.TextStrokeTransparency = 0
  538. bbgTl.TextWrapped = true
  539.  
  540. local plr = game.Players.LocalPlayer
  541. Instance.new("ForceField",plr.Character).Visible = false
  542.  
  543. bbgTl.Text = "Danceless Mini Meep Edit By Memo1332"
  544. wait(4)
  545. bbgTl.Text = " "
  546.  
  547. local Loc = game.Players.LocalPlayer.Backpack
  548. LocalPlayer = game.Players.LocalPlayer.Character
  549. camera = game.Workspace.Camera
  550. camera.CameraSubject = LocalPlayer.Head
  551. game.Workspace.Camera.CameraType = 3
  552. script.Parent = Loc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement