View difference between Paste ID: pnNnNeFt and f1dsSVVi
SHOW: | | - or go back to the newest paste.
1-
hl/https://pastebin.com/raw/AMXbbRLN มืสายฟ้า (infeno Fire Power)
1+
--If this doesn't work, I'm sorry. It should though.
2-
hl/https://pastebin.com/raw/3KR52Xjd - Draw Neon
2+
3-
hl/https://pastebin.com/raw/rxeeJELJ - edit Draw
3+
function saveScore(player, score)
4-
hl/http://pastebin.com/raw/925YZaw8 ร้องเพลง XD (Sing a song)
4+
	player:SaveNumber("Medals", score)
5-
hl/https://pastebin.com/raw/THZZmFaU - ใบหน้า (Face Change)
5+
end
6-
hl/https://pastebin.com/raw/SF4hKKG2 - ใบหน้าแก้ไขเอง (edit Face change)
6+
7-
hl/https://pastebin.com/raw/xeChN1mG เต้นพร้อมเพลง (dance with song)
7+
8-
hl/https://pastebin.com/raw/3ZFfdbPF - วงแหวน Rainbow (ring rainbow)
8+
function loadScore(player, killCounter)
9-
hl/https://pastebin.com/raw/TmQgWhZa - Video Power
9+
	local score = player:LoadNumber("Medals") 
10-
hl/https://pastebin.com/raw/BJnMVpAS - Ginocider Gun
10+
11-
hl/https://pastebin.com/raw/Wv5Edus4 - Ginocider gun edit
11+
	if score ~= 0 then
12-
hl/https://pastebin.com/raw/CrgyX3i8 - Knife Q-AWC-ASC-DSC
12+
		killCounter.Value = score
13-
hl/https://pastebin.com/raw/uCF0wrMy - Edit Ginocider Knife
13+
	else
14-
hl/https://pastebin.com/raw/SCpNzBbx - Zombie แทน (zombie ginocider)
14+
		print("Nothing to load/score was 0")
15-
hl/https://pastebin.com/raw/M3X3mSJj - พาขึ้นสวรรน แต่ ไม่ (go be god but nope!)
15+
	end
16-
hl/https://pastebin.com/raw/QbB6j1MG - ท่าเต้นแบบ Noob Noob (dancer noob)
16+
17-
hl/https://pastebin.com/raw/D0TS2GLY - ท่านเต้นแก้เอง (dancer noob edit 1)
17+
end
18-
hl/https://pastebin.com/raw/fwScLH89 -แก้เอง 2 (dancer noob edit 2)
18+
19-
hl/https://pastebin.com/raw/Wb9qUd09 - ถุงมือน้ำแข็ง (idk)
19+
function onPlayerEntered(newPlayer)
20-
hl/https://pastebin.com/raw/tG78B3C4 - ORB
20+
21-
hl/https://pastebin.com/raw/9T7XZKbN - QORB Edit
21+
		
22-
hl/https://pastebin.com/raw/A8PZmXwW - Noob Smasher Powers
22+
23-
hl/https://pastebin.com/raw/DY2AG7vV - noob bat
23+
		local stats = Instance.new("IntValue")
24-
hl/https://pastebin.com/raw/RtGbrxPw - นาฬิกาหยุดเวลา Undertale (idk)
24+
		stats.Name = "leaderstats"
25-
hl/https://pastebin.com/raw/yjVFi1ry - โดนตัวเองฆ่า (You kill You self ?)
25+
26-
hl/https://pastebin.com/raw/SeRxrgci - ฆ่าตัวตาย (gun kill u self for RP)
26+
		local clicks = Instance.new("IntValue")
27-
hl/https://pastebin.com/raw/xCLNakgU - Portal gun
27+
		clicks.Name = "Medals"
28-
hl/https://hastebin.com/raw/toyoheyojo - แตะไม่ได้ (Ghost)
28+
		clicks.Value = 0
29-
hl/https://pastebin.com/raw/CkHdy8An - หมวก ฮูด (Hooded)
29+
30-
hl/https://pastebin.com/raw/9U1HmS5B - นก (something like a bird)
30+
31-
hl/http://pastebin.com/raw/vNSJdAPy - ดื่มชา (tea,coffee)
31+
		clicks.Parent = stats
32-
hl/http://pastebin.com/raw/raYkCjyy - Spray Neon
32+
		stats.Parent = newPlayer
33-
hl/https://pastebin.com/raw/QY6Z9NEq - หน้ากลัวๆ (Riven)
33+
	wait(0.5)
34-
hl/https://pastebin.com/raw/qLzvPsT2 - Edit Riven
34+
	stats.Parent.PlayerGui.welcome.Opening.Visible = true
35-
hl/https://hastebin.com/raw/nogeyegiwi - ห้ามไม่ไห้คนอื่นเล่น (Make Others Glitches)
35+
	stats.Parent.PlayerGui.pick.countries.Visible = true
36-
hl/https://pastebin.com/raw/Xigb3Kc7 - Tail Music
36+
		newPlayer:WaitForDataReady()
37-
hl/http://pastebin.com/raw/Mb69Eqgu - kol sword
37+
		loadScore(newPlayer, clicks)
38-
hl/http://pastebin.com/raw/ACQAi91D - Knife
38+
39-
hl/https://pastebin.com/raw/vXgWessT - Grav Knife V3
39+
40-
hl/https://pastebin.com/raw/xgvQnXuD - Invisible Light
40+
end
41-
hl/https://pastebin.com/raw/PbkB8LRD - พลังที่เอาไว้สร้าง (something)
41+
42-
hl/https://pastebin.com/raw/znA2q3NS - หมาป่า (tails)
42+
function onPlayerRemoving(player)
43-
hl/https://hastebin.com/raw/onewidisif - Scout
43+
	print("Attempting to save score for " .. player.Name)
44-
hl/https://pastebin.com/raw/FmAq2cb3 - Computer
44+
	local stats = player:FindFirstChild("leaderstats")
45-
hl/https://pastebin.com/raw/fLB7nV68 - Computer 2
45+
	if (stats ~= nil) then 
46-
hl/https://pastebin.com/raw/3mkdVuzT - Asriel edit
46+
		local clicks = stats:FindFirstChild("Medals")
47-
hl/http://puu.sh/qu7L4/c3f67e4652.txt - Asriel
47+
		if (clicks ~= nil) then
48-
hl/https://pastebin.com/raw/iAXQHmXy - Nazi
48+
			saveScore(player, clicks.Value)
49-
hl/https://pastebin.com/raw/SS2BJLy9 - Chara
49+
		end
50-
hl/https://pastebin.com/raw/pDAECNmW - Sign no censor
50+
	end
51-
hl/https://pastebin.com/raw/rxiW0X8P - หมัดแมว (cat push)
51+
end
52-
hl/https://pastebin.com/raw/zEjBwAeU - สร้อยคอในตำนาน (e.y.e)
52+
53-
hl/https://pastebin.com/raw/GNPUqFc7 - ปืนพกรัว (glitches gun)
53+
game.Players.PlayerAdded:connect(onPlayerEntered)
54-
hl/http://pastebin.com/raw/mxVvtvmL - พกเลเซอ (laser gun?)
54+
game.Players.PlayerRemoving:connect(onPlayerRemoving)