Advertisement
cat568

Untitled

Mar 29th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. plr = game.Players.Tabby_Cxt
  2. Character = plr.Character
  3. torso = Character["Torso"]
  4. rightarm = Character["Right Arm"]
  5. rightarm:BreakJoints()
  6. rightarm.Rotation = rightarm.Rotation + Vector3.new(0210,0,0)
  7. rightarm.Position = rightarm.Position + Vector3.new(0,1,0)
  8. rightarm.Position = rightarm.Position + Vector3.new(-3,0,0)
  9. rightarm.Position = rightarm.Position + Vector3.new(0,0,0)
  10. local raw = Instance.new('Weld',rightarm)
  11. raw.C0 = rightarm.CFrame:Inverse() * torso.CFrame
  12. raw.Part0 = torso
  13. raw.Part1 = rightarm
  14. local a = 1
  15.  
  16.  
  17. Part0 = Instance.new("Part")
  18. SurfaceGui1 = Instance.new("SurfaceGui")
  19. TextLabel2 = Instance.new("TextLabel")
  20. Part0.Parent =workspace.Tabby_Cxt
  21. Part0.CFrame = CFrame.new(1.54999995, 4.94530392, -0.970271587, 1.19248806e-08, 0, -1, 0, 1, 0, 1, 0, 1.19248806e-08)
  22. Part0.Orientation = Vector3.new(0, -90, 0)
  23. Part0.Position = Vector3.new(1.54999995, 4.94530392, -0.970271587)
  24. Part0.Rotation = Vector3.new(0, -90, 0)
  25. Part0.Color = Color3.new(1, 0, 0)
  26. Part0.Size = Vector3.new(1.5, 1.5, 1.5)
  27. Part0.Anchored = true
  28. Part0.BottomSurface = Enum.SurfaceType.Smooth
  29. Part0.BrickColor = BrickColor.new("Really red")
  30. Part0.TopSurface = Enum.SurfaceType.Smooth
  31. Part0.brickColor = BrickColor.new("Really red")
  32. Part0.CanCollide = false
  33. Part0.Shape = Enum.PartType.Cylinder
  34. SurfaceGui1.Parent = Part0
  35. SurfaceGui1.LightInfluence = 1
  36. SurfaceGui1.Face = Enum.NormalId.Left
  37. SurfaceGui1.ClipsDescendants = true
  38. SurfaceGui1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  39. TextLabel2.Parent = SurfaceGui1
  40. TextLabel2.Position = UDim2.new(0, 100, 0, 100)
  41. TextLabel2.Size = UDim2.new(0, 600, 0, 400)
  42. TextLabel2.BackgroundColor = BrickColor.new("Institutional white")
  43. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  44. TextLabel2.BackgroundTransparency = 1
  45. TextLabel2.Font = Enum.Font.SourceSans
  46. TextLabel2.FontSize = Enum.FontSize.Size96
  47. TextLabel2.TextColor = BrickColor.new("Really black")
  48. TextLabel2.TextColor3 = Color3.new(0, 0, 0)
  49. TextLabel2.TextSize = 100
  50.  
  51. local yee = Instance.new('Weld',rightarm)
  52. yee.C0 = rightarm.CFrame:Inverse() * Part0.CFrame
  53. yee.Part0 = Part0
  54. yee.Part1 = rightarm
  55. Part0.Anchored = false
  56.  
  57. Part0.Orientation = Vector3.new(0, -90, 0)
  58. Part0.Position = Vector3.new(1.54999995, 4.94530392, -0.970271587)
  59. TextLabel2.Text = a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement