View difference between Paste ID: aBb9t7Ux and jEewVfhc
SHOW: | | - or go back to the newest paste.
1
angry = false -- ignore pls
2
wait(2)
3
normal = "http://www.roblox.com/asset/?id=2178100649"
4-
lp = game:GetService("Players").retrojooooono -- change ur name of course
4+
lp = game:GetService("Players").Animetaional_Clone -- change ur name of course
5
pg = lp:FindFirstChildOfClass("PlayerGui")
6
sg = Instance.new("ScreenGui",pg)
7
tb = Instance.new("TextBox",sg)
8
tb.Size = UDim2.new(0,200,0,50)
9
tb.Position = UDim2.new(0.062,0,0.085,0)
10
char = lp.Character
11
gc = char:GetChildren()
12
head = char.Head
13
torso = char.Torso
14
bgui2 = Instance.new("BillboardGui",torso)
15
bgui2.Name = "TextGui"
16
bgui2.Size = UDim2.new(0,500,0,1000)
17
bgui2.Adornee = torso
18
text = Instance.new("TextLabel",bgui2)
19
text.BackgroundTransparency = 1
20
text.Size = UDim2.new(0,500,0,100)
21
text.Position = UDim2.new(0,0,0,250)
22
text.TextColor3 = Color3.new(1,1,1)
23
text.Font = Enum.Font.Cartoon
24
text.Text = ""
25
text.TextScaled = true
26
hits = {"◘","○","△","X","[L1]","[L2]","[R1]","[R2]","▷","▭"}
27
message = nil
28
words = {}
29
word = ""
30
31
tb.Text = "message and press say"
32
tb.TextScaled = true
33
ts = Instance.new("Sound",head)
34
ts.Volume = 5
35
ts.PlaybackSpeed = 1.5
36
ts.SoundId = "rbxassetid://160715357"
37
fs = Instance.new("Sound",head)
38
fs.Volume = 5
39
fs.PlaybackSpeed = 2
40
fs.SoundId = "rbxassetid://131573697"
41
tb2 = Instance.new("TextButton",sg)
42
tb2.Size = tb.Size
43
tb2.Position = UDim2.new(0.062,0,0.185,0)
44
tb2.Text = "say"
45
tb2.TextScaled = true
46
47
48
49
function changetext(msg)
50
text.TextColor3 = Color3.new(0,0,0)
51
for i=1, string.len(msg) do
52
wait(0.15)
53
ts:Play()
54
text.Text = text.Text..hits[math.random(1,#hits)]
55
end
56
wait(0.1)
57
text.TextColor3 = Color3.new(1,1,1)
58
fs:Play()
59
text.Text = msg
60
wait(0.5)
61
for i=1, 10 do
62
wait(0.02)
63
text.TextTransparency = text.TextTransparency + 0.1
64
end
65
text.Text = ""
66
text.TextTransparency = 0
67
end
68
69
70
71
72
tb2.MouseButton1Click:connect(function()
73
message = tb.Text
74
tb.Text = "message and press say"
75
changetext(message)
76
end)
77
78
79
80
81
82
83
84
bgui2.MaxDistance = 100
85
86
for i=1, #gc do
87
if gc[i].ClassName == "Part" then
88
gc[i].Transparency = 1
89
if gc[i]:FindFirstChildOfClass("Decal") then
90
gc[i]:FindFirstChildOfClass("Decal"):Destroy()
91
end
92
end
93
if gc[i].ClassName == "Shirt" or gc[i].ClassName == "Pants" or gc[i].ClassName == "Hat" or gc[i].ClassName == "Accessory" or gc[i].ClassName == "ShirtGraphic" or gc[i].ClassName == "ShirtGraphics" then
94
gc[i]:Destroy()
95
end
96
end
97
decalpart = Instance.new("Part",workspace)
98
decalpart.Size = Vector3.new(4,4.5,0.1)
99
decalpart.Anchored = true
100
decalpart.CanCollide = false
101
decalpart.Transparency = 1
102
decalpart.Parent = char
103
decal1 = Instance.new("Decal",decalpart)
104
decal1.Face = Enum.NormalId.Front
105
decal1.Texture = "http://www.roblox.com/asset/?id=2201836040"
106
decal2 = Instance.new("Decal",decalpart)
107
decal2.Face = Enum.NormalId.Back
108
decal2.Texture = "http://www.roblox.com/asset/?id=2201836040"
109
decalpart.Touched:connect(function(hit)
110
if hit.Parent:FindFirstChildOfClass("Humanoid") and hit.Parent ~= char and hit.Parent.Parent ~= char then
111
if angry then
112
hit:BreakJoints()
113
end
114
end
115
end)
116
117
while true do
118
wait(0.01)
119
decalpart.CFrame = head.CFrame - Vector3.new(0,2.5,0)
120
end