View difference between Paste ID: DsN5g79k and zeALVdb6
SHOW: | | - or go back to the newest paste.
1
local part = Instance.new("Part", script)
2
local decal = Instance.new("Decal", part)
3
local chat = game:GetService("Chat")
4
local products = {
5
'Buy my jiafei products 😍😍😘😘🤞✌💖',
6
'BUY THESE PRODUCTS 😍',
7
'Ugly noobs cut your clothes?!  Buy my new no cut product to kill him 🤔🤔💋💕😍😍😘😊',
8
'Smelly feces cow keep dropping phone in toilet? Buy new product to fix problem 😍😍😘😘',
9
'BUY MORE JIAFEI PRODUCTS OR ILL KIDNAP YOU',
10
'If you dont buy jiafei products ill find you and kidnap you 😘'
11
}
12
13
print("original creator of jiafei is X_XSandroyx")
14
warn("helper is lolboigghh (aka CoolScripter)")
15
16
part.Size = Vector3.new(10,10,0.1)
17
part.Anchored = true
18
part.CFrame = CFrame.new(0,5,50)
19
part.Locked =  true
20
part.Transparency = 1
21
22
decal.Texture = 'rbxassetid://8224012606'
23
24
clone = decal:Clone()
25
clone.Parent = part
26
clone.Face = 'Back'
27
28
local scream = Instance.new("Sound", part)
29
scream.MaxDistance = 100
30
scream.SoundId = 'rbxassetid://8404989562'
31
32
local scream2 = Instance.new("Sound", part)
33
scream2.MaxDistance = 100
34
scream2.SoundId = 'rbxassetid://8395374561'
35
36
local talk = Instance.new("Sound", part)
37
talk.MaxDistance = 100
38
talk.SoundId = 'rbxassetid://8404994089'
39
40
local sing = Instance.new("Sound", part)
41
sing.MaxDistance = 100
42
sing.SoundId = 'rbxassetid://7128632581'
43
sing.Looped = true
44
sing:Play()
45
46
coroutine.wrap(function()
47
while wait(10) do
48
chat.BubbleChatEnabled = true
49
chat:Chat(part, products[math.random(1,#products)])
50
talk:Play()
51
end
52
end)()
53
54
coroutine.wrap(function()
55
while true do
56
wait(math.random(10,15)) 
57
scream:Play()
58
end
59
end)()
60
61
coroutine.wrap(function()
62
while true do
63
wait(math.random(5,15)) 
64
scream2:Play()
65
end
66
end)()